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 | |
---|---|---|
![]() |
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. |
Top