AuthenticationEventContext interface
データのコンテキスト インターフェイス。
プロパティ
| authentication |
許可プロトコル。 |
| client | クライアント。 |
| client |
クライアント サービス プリンシパル。 |
| correlation |
要求の一意の識別子。 |
| resource |
リソース サービス プリンシパル。 |
| user | トークンを要求するユーザーに関するデータ。 |
プロパティの詳細
authenticationProtocol
許可プロトコル。
authenticationProtocol: undefined | "OAUTH2.0" | "SAML" | "WS-FED" | "unknownFutureValue"
プロパティ値
undefined | "OAUTH2.0" | "SAML" | "WS-FED" | "unknownFutureValue"
client
clientServicePrincipal
クライアント サービス プリンシパル。
clientServicePrincipal: AuthenticationEventContextServicePrincipal
プロパティ値
correlationId
要求の一意の識別子。
correlationId: string
プロパティ値
string
resourceServicePrincipal
リソース サービス プリンシパル。
resourceServicePrincipal: AuthenticationEventContextServicePrincipal