Share via


IServiceConfiguration<TService>.CurrentIssuer Property

Definition

Gets or sets the endpoint used by the Secure Token Service (STS) to issue the trusted token.

public:
 property Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ CurrentIssuer { Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ get(); void set(Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^ value); };
public Microsoft.Xrm.Sdk.Client.IssuerEndpoint CurrentIssuer { get; set; }
member this.CurrentIssuer : Microsoft.Xrm.Sdk.Client.IssuerEndpoint with get, set
Public Property CurrentIssuer As IssuerEndpoint

Property Value

The endpoint used by the Secure Token Service (STS) to issue the trusted token.

Remarks

The CurrentServiceEndpoint must be set and the service configured for federated claims.

Applies to