Class CloudFoundryDefaults
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryBase.dll
public static class CloudFoundryDefaults
- Inheritance
-
CloudFoundryDefaults
- Inherited Members
-
Fields
AccessTokenUri
public const string AccessTokenUri = "/oauth/token"
Field Value
- string
AuthenticationScheme
public const string AuthenticationScheme = "CloudFoundry"
Field Value
- string
AuthorizationUri
public const string AuthorizationUri = "/oauth/authorize"
Field Value
- string
CallbackPath
public const string CallbackPath = "/signin-cloudfoundry"
Field Value
- string
CheckTokenUri
public const string CheckTokenUri = "/check_token"
Field Value
- string
ClientId
public const string ClientId = "Default_ClientId"
Field Value
- string
ClientSecret
public const string ClientSecret = "Default_ClientSecret"
Field Value
- string
DisplayName
public const string DisplayName = "CloudFoundry"
Field Value
- string
JwtTokenKey
[Obsolete("Use JwtTokenUri instead")]
public const string JwtTokenKey = "/token_keys"
Field Value
- string
JwtTokenUri
public const string JwtTokenUri = "/token_keys"
Field Value
- string
OAuthServiceUrl
public const string OAuthServiceUrl = "Default_OAuthServiceUrl"
Field Value
- string
ParamsClientId
public const string ParamsClientId = "client_id"
Field Value
- string
ParamsClientSecret
public const string ParamsClientSecret = "client_secret"
Field Value
- string
ParamsCode
public const string ParamsCode = "code"
Field Value
- string
ParamsGrantType
public const string ParamsGrantType = "grant_type"
Field Value
- string
ParamsRedirectUri
public const string ParamsRedirectUri = "redirect_uri"
Field Value
- string
ParamsResponseType
public const string ParamsResponseType = "response_type"
Field Value
- string
ParamsScope
public const string ParamsScope = "scope"
Field Value
- string
public const string ParamsTokenFormat = "token_format"
Field Value
- string
SECURITY_CLIENT_SECTION_PREFIX
public const string SECURITY_CLIENT_SECTION_PREFIX = "security:oauth2:client"
Field Value
- string
SECURITY_RESOURCE_SECTION_PREFIX
public const string SECURITY_RESOURCE_SECTION_PREFIX = "security:oauth2:resource"
Field Value
- string
UserInfoUri
public const string UserInfoUri = "/userinfo"
Field Value
- string
ValidateCertificates
public const bool ValidateCertificates = true
Field Value
- bool