IFederatedAuthenticationServiceAuthenticationBridgeUri Property

Gets the URI for the authentication bridge application.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Uri AuthenticationBridgeUri { get; }

Property Value

Type: Uri
Remarks
The value is computed as follows: Use the value of the FederatedAuthenticationBridgeUriOverride configuration setting, if specified. Otherwise, use the value of the ExternalApplicationUri configuration setting followed by "AuthBridge/".

Note: The value will always end with a trailing slash.

See Also