Class CloudFoundryOpenIdConnectOptions
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryCore.dll
public class CloudFoundryOpenIdConnectOptions : OpenIdConnectOptions
- Inheritance
-
CloudFoundryOpenIdConnectOptions
- Inherited Members
Constructors
CloudFoundryOpenIdConnectOptions()
public CloudFoundryOpenIdConnectOptions()
Properties
AdditionalScopes
Gets or sets additional scopes beyond openid and profile when requesting tokens
public string AdditionalScopes { get; set; }
Property Value
ValidateCertificates
Gets or sets a value indicating whether to validate auth server certificate
public bool ValidateCertificates { get; set; }