Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the HTTP module that handles identity model HTTP messages.
The SPFederationAuthenticationModule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SPFederationAuthenticationModule | Initializes a new instance of the SPFederationAuthenticationModule class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AuthenticationType | (Inherited from WSFederationAuthenticationModule.) |
![]() ![]() |
Current | Gets an object that represents a federated authentication module. |
![]() |
Freshness | (Inherited from WSFederationAuthenticationModule.) |
![]() |
HomeRealm | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Issuer | (Inherited from WSFederationAuthenticationModule.) |
![]() |
PassiveRedirectEnabled | (Inherited from WSFederationAuthenticationModule.) |
![]() |
PersistentCookiesOnPassiveRedirects | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Policy | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Realm | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Reply | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Request | (Inherited from WSFederationAuthenticationModule.) |
![]() |
RequestPtr | (Inherited from WSFederationAuthenticationModule.) |
![]() |
RequireHttps | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Resource | (Inherited from WSFederationAuthenticationModule.) |
![]() |
ServiceConfiguration | (Inherited from HttpModuleBase.) |
![]() |
SignInContext | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignInQueryString | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignOutQueryString | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignOutReply | (Inherited from WSFederationAuthenticationModule.) |
![]() |
XmlDictionaryReaderQuotas | (Inherited from WSFederationAuthenticationModule.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CanReadSignInResponse(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
CanReadSignInResponse(HttpRequest, Boolean) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
CreateSignInRequest | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Dispose | (Inherited from HttpModuleBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReferencedResult | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetReturnUrlFromResponse(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetReturnUrlFromResponse(HttpRequest) | Retrieves the resource from the request to which a successful sign-in is redirected. |
![]() |
GetSecurityToken(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetSecurityToken(SignInResponseMessage) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetSessionTokenContext | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetSignInResponseMessage | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetSignOutRedirectUrl | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetXmlTokenFromMessage(SignInResponseMessage) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
GetXmlTokenFromMessage(SignInResponseMessage, WSFederationSerializer) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
Init | (Inherited from HttpModuleBase.) |
![]() |
InitializeModule(HttpApplication) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
InitializeModule(HttpApplication) | Initializes the module with the specified application. |
![]() |
InitializePropertiesFromConfiguration | (Inherited from WSFederationAuthenticationModule.) |
![]() |
IsRedirectToSigninPage | |
![]() |
IsSignInResponse(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
IsSignInResponse(HttpRequest) | Verifies whether the request is a sign-in response message from the security token service (STS). |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnAuthenticateRequest | (Overrides WSFederationAuthenticationModuleOnAuthenticateRequest(Object, EventArgs).) |
![]() |
OnAuthorizationFailed | (Overrides WSFederationAuthenticationModuleOnAuthorizationFailed(AuthorizationFailedEventArgs).) |
![]() |
OnEndRequest | Handles the EndRequest event. (Overrides WSFederationAuthenticationModuleOnEndRequest(Object, EventArgs).) |
![]() |
OnPostAuthenticateRequest | (Overrides WSFederationAuthenticationModuleOnPostAuthenticateRequest(Object, EventArgs).) |
![]() |
OnRedirectingToIdentityProvider | (Overrides WSFederationAuthenticationModuleOnRedirectingToIdentityProvider(RedirectingToIdentityProviderEventArgs).) |
![]() |
OnSessionSecurityTokenCreated | Handles the SessionSecurityTokenCreated() event. (Overrides WSFederationAuthenticationModuleOnSessionSecurityTokenCreated(SessionSecurityTokenCreatedEventArgs).) |
![]() |
OnSignedIn | Handles the SignedIn() event. (Overrides WSFederationAuthenticationModuleOnSignedIn(EventArgs).) |
![]() |
OnSignedOut | (Overrides WSFederationAuthenticationModuleOnSignedOut(EventArgs).) |
![]() |
OnSignInError | (Inherited from WSFederationAuthenticationModule.) |
![]() |
OnSigningOut | (Overrides WSFederationAuthenticationModuleOnSigningOut(SigningOutEventArgs).) |
![]() |
OnSignOutError | (Inherited from WSFederationAuthenticationModule.) |
![]() |
RedirectToIdentityProvider | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SetPrincipalAndWriteSessionToken(SecurityToken) | Sets the principle claim and write session token. |
![]() |
SetPrincipalAndWriteSessionToken(SessionSecurityToken, Boolean) | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SetPrincipalAndWriteSessionToken(SecurityToken, SPSessionTokenWriteType) | |
![]() |
SignOut | (Inherited from WSFederationAuthenticationModule.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
VerifyProperties | (Inherited from WSFederationAuthenticationModule.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
AuthorizationFailed | (Inherited from WSFederationAuthenticationModule.) |
![]() |
RedirectingToIdentityProvider | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SecurityTokenReceived | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SecurityTokenValidated | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SessionSecurityTokenCreated | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignedIn | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignedOut | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignInError | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SigningOut | (Inherited from WSFederationAuthenticationModule.) |
![]() |
SignOutError | (Inherited from WSFederationAuthenticationModule.) |
Top
.gif)
.gif)
.gif)
.gif)
.gif)