Interface | Description |
---|---|
OpenIdConstant |
Contains constant specific to OpenId Connect specification
http://openid.net/specs/openid-connect-core-1_0.html
|
Enum | Description |
---|---|
DisplayType |
Display specifies how the Authorization Server displays the authentication
and consent user interface pages to the End-User.
|
PromptType |
Prompt specifies whether the Authorization Server prompts the End-User for
re-authentication and consent.
|
Annotation Type | Description |
---|---|
ClaimsDefinition |
ClaimsDefinition annotation defines claims mapping in openid connect
client configuration. |
LogoutDefinition |
LogoutDefinition annotation defines logout and RP session management
configuration in openid connect client. |
OpenIdProviderMetadata |
OpenIdProviderMetadata annotation overrides the openid connect
provider's endpoint value, discovered using providerUri. |