Class DanglIdentityAuthenticationDefaults
This class contains defaults that are used with Dangl.Identity
Inheritance
System.Object
DanglIdentityAuthenticationDefaults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.Identity.Client
Assembly: Dangl.Identity.Client.dll
Syntax
public static class DanglIdentityAuthenticationDefaults
Fields
| Improve this Doc View SourceAUTHENTICATION_SCHEME
Declaration
public const string AUTHENTICATION_SCHEME = "Dangl.Identity"
Field Value
Type | Description |
---|---|
System.String |
AUTHORIZATION_ENDPOINT
Declaration
public const string AUTHORIZATION_ENDPOINT = "/connect/authorize"
Field Value
Type | Description |
---|---|
System.String |
BASE_URI
Declaration
public const string BASE_URI = "https://identity.dangl-it.com"
Field Value
Type | Description |
---|---|
System.String |
CALLBACK_PATH
Declaration
public const string CALLBACK_PATH = "/signin-dangl-identity"
Field Value
Type | Description |
---|---|
System.String |
DISPLAY_NAME
Declaration
public const string DISPLAY_NAME = "Dangl.Identity"
Field Value
Type | Description |
---|---|
System.String |
FALLBACK_BASE_URI
Declaration
public const string FALLBACK_BASE_URI = "https://identity.dangl-it.de"
Field Value
Type | Description |
---|---|
System.String |
ISSUER
Declaration
public const string ISSUER = "Dangl.Identity"
Field Value
Type | Description |
---|---|
System.String |
TOKEN_ENDPOINT
Declaration
public const string TOKEN_ENDPOINT = "/connect/token"
Field Value
Type | Description |
---|---|
System.String |
USER_INFORMATION_ENDPOINT
Declaration
public const string USER_INFORMATION_ENDPOINT = "/connect/userinfo"
Field Value
Type | Description |
---|---|
System.String |