WebConnectionStringBuilderHomeRealmUri Property

Gets or sets the Home Realm Uniform Resource Identifier.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public string HomeRealmUri { get; set; }

Property Value

String

Remarks

Set this property to a non-null value when a second AD FS instance is configured as an identity provider to the AD FS instance that Dynamics 365 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second AD FS instance.

See Also