OpenIdConnectLogin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |