BaseConfiguration Class

Definition

Represents a generic metadata configuration which is applicable for both XML and JSON based configurations.

public abstract class BaseConfiguration
type BaseConfiguration = class
Public MustInherit Class BaseConfiguration
Inheritance
BaseConfiguration
Derived

Constructors

BaseConfiguration()

Properties

ActiveTokenEndpoint

Gets or sets the token endpoint specified via the metadata endpoint. This is the fed:SecurityTokenServiceType in WS-Federation, http://docs.oasis-open.org/wsfed/federation/v1.2/os/ws-federation-1.2-spec-os.html#:~:text=fed%3ASecurityTokenSerivceEndpoint

Issuer

Gets the issuer specified via the metadata endpoint.

SigningKeys

Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to sign tokens.

TokenDecryptionKeys

Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to decrypt tokens.

TokenEndpoint

Gets or sets the token endpoint specified via the metadata endpoint. This is the fed:PassiveRequestorEndpoint in WS-Federation, https://docs.oasis-open.org/wsfed/federation/v1.2/os/ws-federation-1.2-spec-os.html#:~:text=fed%3ASecurityTokenServiceType/fed%3APassiveRequestorEndpoint Or the token_endpoint in the OIDC metadata.

Applies to