BaseConfiguration.TokenEndpoint Property
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.
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.
public virtual string TokenEndpoint { get; set; }
member this.TokenEndpoint : string with get, set
Public Overridable Property TokenEndpoint As String