Class JwtBearerAuthenticationBuilderExtensions
- Namespace
- Steeltoe.Security.Authentication.JwtBearer
- Assembly
- Steeltoe.Security.Authentication.JwtBearer.dll
public static class JwtBearerAuthenticationBuilderExtensions
- Inheritance
-
JwtBearerAuthenticationBuilderExtensions
- Inherited Members
Methods
ConfigureJwtBearerForCloudFoundry(AuthenticationBuilder)
Configures JwtBearerOptions for compatibility with UAA-based systems, including those found in Cloud Foundry.
public static AuthenticationBuilder ConfigureJwtBearerForCloudFoundry(this AuthenticationBuilder builder)
Parameters
builderAuthenticationBuilderThe AuthenticationBuilder to configure.
Returns
- AuthenticationBuilder
The incoming
builderso that additional calls can be chained.