ISsoProvider 成员 (Microsoft.SharePoint.Portal.SingleSignon)

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

以下表格列出了由 ISsoProvider 类型公开的成员。

公共方法

  名称 说明
公共方法 GetApplicationDefinitions Gets a list of enterprise application definitions defined for this single sign-on (SSO) provider.
公共方法 GetApplicationFields Gets the credential fields from the enterprise application definition for the specified application.
公共方法 GetApplicationInfo  
公共方法 GetCredentialManagementURL Gets the URL for managing credentials for the specified application.
公共方法 GetCredentials Gets the single sign-on (SSO) credentials for the specified application identifier.
公共方法 GetCredentialsUsingTicket Returns the credentials for the specified ticket and the specified application identifier.
公共方法 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).
公共方法 GetRestrictedCredentials Returns the single sign-on credentials for the specified application.
公共方法 GetSsoProviderInfo Returns the provider information.
公共方法 GetTicket Returns a ticket that can be used later to retrieve credentials.
公共方法 PutIdentityOnRequest Puts the appropriate identity using the policy of the specified application on the outbound HTTP request.
公共方法 PutIdentityOnRequestUsingTicket Puts the appropriate identity using the policy of the specified application on the outbound HTTP request using the ticket.

页首

另请参阅

参考

ISsoProvider 接口
Microsoft.SharePoint.Portal.SingleSignon 命名空间