ISsoProvider Members

Include Protected Members
Include Inherited Members

Represents a single sign-on (SSO) provider. Can be implemented to replace the default SSO provider.

The ISsoProvider type exposes the following members.

Methods

  Name Description
Public method GetApplicationDefinitions Gets a list of enterprise application definitions defined for this single sign-on (SSO) provider.
Public method GetApplicationFields Gets the credential fields from the enterprise application definition for the specified application.
Public method GetApplicationInfo
Public method GetCredentialManagementURL Gets the URL for managing credentials for the specified application.
Public method GetCredentials Gets the single sign-on (SSO) credentials for the specified application identifier.
Public method GetCredentialsUsingTicket Returns the credentials for the specified ticket and the specified application identifier.
Public method GetCurrentUser Gets the current user from the current HTTP request. If the request is authenticated with Windows authentication, this returns a UPN (user principal name).
Public method GetRestrictedCredentials Returns the single sign-on credentials for the specified application.
Public method GetSsoProviderInfo Returns the provider information.
Public method GetTicket Returns a ticket that can be used later to retrieve credentials.
Public method PutIdentityOnRequest Puts the appropriate identity using the policy of the specified application on the outbound HTTP request.
Public method PutIdentityOnRequestUsingTicket Puts the appropriate identity using the policy of the specified application on the outbound HTTP request using the ticket.

Top

See Also

Reference

ISsoProvider Interface

Microsoft.SharePoint.Portal.SingleSignon Namespace