Class CloudFoundryJwtBearerAuthenticationOptions
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryOwin.dll
public class CloudFoundryJwtBearerAuthenticationOptions : JwtBearerAuthenticationOptions
- Inheritance
-
AuthenticationOptionsJwtBearerAuthenticationOptionsCloudFoundryJwtBearerAuthenticationOptions
- Inherited Members
-
JwtBearerAuthenticationOptions.AllowedAudiencesJwtBearerAuthenticationOptions.IssuerSecurityKeyProvidersJwtBearerAuthenticationOptions.ProviderJwtBearerAuthenticationOptions.RealmJwtBearerAuthenticationOptions.TokenValidationParametersJwtBearerAuthenticationOptions.TokenHandlerAuthenticationOptions.AuthenticationTypeAuthenticationOptions.AuthenticationModeAuthenticationOptions.Description
Constructors
CloudFoundryJwtBearerAuthenticationOptions()
public CloudFoundryJwtBearerAuthenticationOptions()
Properties
JwtKeyUrl
public string JwtKeyUrl { get; set; }
Property Value
SkipAuthIfNoBoundSSOService
Gets or sets a value indicating whether auth middleware is added if no service binding is found
public bool SkipAuthIfNoBoundSSOService { get; set; }
Property Value
Remarks
Is set to 'true' for compatibility with releases prior to Steeltoe 2.2.
ValidateCertificates
public bool ValidateCertificates { get; set; }