Share via


OpenIdConnectLogin Class

Definition

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

public class OpenIdConnectLogin
type OpenIdConnectLogin = class
Public Class OpenIdConnectLogin
Inheritance
OpenIdConnectLogin

Constructors

OpenIdConnectLogin()

Initializes a new instance of the OpenIdConnectLogin class.

OpenIdConnectLogin(String, IList<String>)

Initializes a new instance of the OpenIdConnectLogin class.

Properties

NameClaimType

Gets or sets the name of the claim that contains the users name.

Scopes

Gets or sets a list of the scopes that should be requested while authenticating.

Applies to