OpenIdConnectLogin interface

The configuration settings of the login flow of the custom Open ID Connect provider.

Properties

nameClaimType

The name of the claim that contains the users name.

scopes

A list of the scopes that should be requested while authenticating.

Property Details

nameClaimType

The name of the claim that contains the users name.

nameClaimType?: string

Property Value

string

scopes

A list of the scopes that should be requested while authenticating.

scopes?: string[]

Property Value

string[]