[I] OpenIDConnectAuth
OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 protocol and supported by some OAuth 2.0 providers, such as Google and Azure Active Directory. It defines a sign-in flow that enables a client application to authenticate a user, and to obtain information (or βclaimsβ) about that user, such as the user name, email, and so on. User identity information is encoded in a secure JSON Web Token (JWT), called ID token. OpenID Connect defines a discovery mechanism, called OpenID Connect Discovery, where an OpenID server publishes its metadata at a well-known URL, typically
Extends
Properties
Property | Modifier | Type | Description | Inherited from |
---|---|---|---|---|
description? | public | string | Optional description. | HttpAuthBase .description |
id | public | string | Id of the authentication scheme. | HttpAuthBase .id |
model | readonly | Model | Model that defined the authentication | HttpAuthBase .model |
openIdConnectUrl | public | string | - | - |
type | public | "openIdConnect" | - | - |