Class OpenIdConnectInfo
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
public class OpenIdConnectInfo
- Inheritance
-
OpenIdConnectInfo
- Inherited Members
Properties
AllowOfflineAccess
Gets or sets a value indicating whether offline access is allowed. If set to true, offline access tokens can be obtained.
public bool AllowOfflineAccess { get; set; }
Property Value
Remarks
The default value is 'false
'.
Authority
Gets or sets the authority URL for the OpenIdConnect provider. The value is trimmed of any trailing slashes.
public string Authority { get; set; }
Property Value
IsActive
Gets or sets a value indicating whether the OpenIdConnect configuration is active. If true, the OpenIdConnect authentication is enabled.
public bool IsActive { get; set; }
Property Value
Remarks
The default value is 'false
'.