Table of Contents

Class CloudFoundryJwtBearerAuthenticationOptions

Namespace
Steeltoe.Security.Authentication.CloudFoundry
Assembly
Steeltoe.Security.Authentication.CloudFoundryOwin.dll
public class CloudFoundryJwtBearerAuthenticationOptions : JwtBearerAuthenticationOptions
Inheritance
AuthenticationOptions
JwtBearerAuthenticationOptions
CloudFoundryJwtBearerAuthenticationOptions
Inherited Members
JwtBearerAuthenticationOptions.AllowedAudiences
JwtBearerAuthenticationOptions.IssuerSecurityKeyProviders
JwtBearerAuthenticationOptions.Provider
JwtBearerAuthenticationOptions.Realm
JwtBearerAuthenticationOptions.TokenValidationParameters
JwtBearerAuthenticationOptions.TokenHandler
AuthenticationOptions.AuthenticationType
AuthenticationOptions.AuthenticationMode
AuthenticationOptions.Description

Constructors

CloudFoundryJwtBearerAuthenticationOptions()

public CloudFoundryJwtBearerAuthenticationOptions()

Properties

JwtKeyUrl

public string JwtKeyUrl { get; set; }

Property Value

string

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

bool

Remarks

Is set to 'true' for compatibility with releases prior to Steeltoe 2.2.

ValidateCertificates

public bool ValidateCertificates { get; set; }

Property Value

bool