BaseConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |