FederatedAuthenticationProtocolSetProviderIdClaim Method

Sets the value of the authentication provider in the claims identity (if not already present). See remarks.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected void SetProviderIdClaim(
	ClaimsIdentity identity,
	FederatedAuthenticationProvider provider
)

Parameters

identity
Type: System.Security.ClaimsClaimsIdentity
The claims identity.
provider
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The authentication provider.
Remarks
This method must be called once authentication has succeeded (for example in a callback notification such as SecurityTokenValidated).
See Also