Table of Contents

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

builder AuthenticationBuilder

The AuthenticationBuilder to configure.

Returns

AuthenticationBuilder

The incoming builder so that additional calls can be chained.