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

Timeout

Gets or sets the timeout (in ms) for calls to the auth server

public int Timeout { get; set; }

Property Value

int

ValidateCertificates

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

public bool ValidateCertificates { get; set; }

Property Value

bool