OidcProviderOptions Class

Definition

Represents options to pass down to configure the oidc-client.js library used when using a standard OpenID Connect (OIDC) flow.

public ref class OidcProviderOptions
public class OidcProviderOptions
type OidcProviderOptions = class
Public Class OidcProviderOptions
Inheritance
OidcProviderOptions

Constructors

OidcProviderOptions()

Properties

AdditionalProviderParameters

Gets or sets the additional provider parameters to use on the authorization flow.

Authority

Gets or sets the authority of the OpenID Connect (OIDC) identity provider.

ClientId

Gets or sets the client of the application.

DefaultScopes

Gets or sets the list of scopes to request when signing in.

MetadataUrl

Gets or sets the metadata URL of the OpenID Connect (OIDC) provider.

PostLogoutRedirectUri

Gets or sets the post logout redirect URI for the application. The application will be redirected here after the user has completed the sign out process from the identity provider.

RedirectUri

Gets or sets the redirect URI for the application. The application will be redirected here after the user has completed the sign in process from the identity provider.

ResponseMode

Gets or sets the response mode to use in the authorization flow.

ResponseType

Gets or sets the response type to use on the authorization flow. The valid values are specified by the identity provider metadata.

Applies to