AuthenticationEventContext interface

Context interface for data.

Properties

authenticationProtocol

The authorization protocol.

client

The client.

clientServicePrincipal

The client service principal.

correlationId

Unique identifier for the request.

resourceServicePrincipal

The resource service principal.

user

Data pertaining to the user requesting a token.

Property Details

authenticationProtocol

The authorization protocol.

authenticationProtocol: undefined | "OAUTH2.0" | "SAML" | "WS-FED" | "unknownFutureValue"

Property Value

undefined | "OAUTH2.0" | "SAML" | "WS-FED" | "unknownFutureValue"

client

The client.

client: AuthenticationEventContextClient

Property Value

clientServicePrincipal

The client service principal.

clientServicePrincipal: AuthenticationEventContextServicePrincipal

Property Value

correlationId

Unique identifier for the request.

correlationId: string

Property Value

string

resourceServicePrincipal

The resource service principal.

resourceServicePrincipal: AuthenticationEventContextServicePrincipal

Property Value

user

Data pertaining to the user requesting a token.

user: AuthenticationEventContextUser

Property Value