Microsoft.IdentityModel.Tokens.BaseConfiguration
Represents a generic metadata configuration which is applicable for both XML and JSON based configurations.
Gets or sets the token endpoint specified via the metadata endpoint.
This is the fed:SecurityTokenServiceType in WS-Federation ()
Gets the issuer specified via the metadata endpoint.
Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to sign tokens.
Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to decrypt tokens.
Gets or sets the token endpoint specified via the metadata endpoint.
This is the fed:PassiveRequestorEndpoint in WS-Federation ()
or the token_endpoint in the OIDC metadata.
protected BaseConfiguration()