FederatedAuthenticationProtocol Methods

The FederatedAuthenticationProtocol type exposes the following members.

Methods
  NameDescription
Public methodConfigureApp
Configures the authentication mechanism for the specified provider.
Public methodConfigureServices
Configures the authentication mechanism for the specified provider.
Public methodGenerateMetadata
Generates service provider (relying party) federation metadata for the specified provider.
Public methodGetClaimType
Gets the claim type corresponding to the specified FederatedAuthenticationClaimKind, for the specified provider.
Public methodGetCookieAuthenticationScheme
Gets the cookie authentication scheme for the specified provider.
Protected methodHandleError
Instructs the application to handle an error. This typically results in a redirection to an error page which displays the error message to the user.
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Protected methodSetProviderIdClaim
Sets the value of the authentication provider in the claims identity (if not already present). See remarks.
Top
See Also