Table of Contents

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

string

ValidateCertificates

Gets or sets a value indicating whether to validate auth server certificate

public bool ValidateCertificates { get; set; }

Property Value

bool