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 (26.2.0.1000)
Syntax
protected void SetProviderIdClaim(
	ClaimsIdentity identity,
	FederatedAuthenticationProvider provider
)

Parameters

identity  ClaimsIdentity
The claims identity.
provider  FederatedAuthenticationProvider
The authentication provider.
Remarks
This method must be called once authentication has succeeded (for example in a callback notification such as SecurityTokenValidated).
See Also