AuthenticationEventContext interface
Context interface for data.
Properties
authentication |
The authorization protocol. |
client | The client. |
client |
The client service principal. |
correlation |
Unique identifier for the request. |
resource |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript