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 命名空间