How to Log a Remote User on to a Local Application
The other main feature of Enterprise Single Sign-On service (ENTSSO) is supporting a host-initiated process (HIP). ENTSSO interacts with HIP when a remote user tries to access a local Windows resource. Using ENTSSO, you can receive the request from the host user and request access to the local Windows application.
Log a remote user on to a local Windows application
Receive the request from the remote user.
It is your responsibility to determine how to retrieve a request from the remote user.
Request that the remote user be given access to the specified affiliate application, using
ISSOLookup2.LogonExternalUser
.LogonExternalUser
passes in the name of the application the external user wishes to access, the name of the external user, the associated credentials for the external user, and any relevant flags. If successful,LogonExternalUser
returns a handle to a Windows access token.The remote user must already be identified in the Single Sign-On database, have their credentials in the database, and be associated with an affiliate application. Otherwise,
LogonExternalUser
returns an error. You can keep the user names and credentials up to date using Password Sync.In addition, you must have protocol transition enabled.
Use the Windows handle returned from
LogonExternalUser
to impersonate the user that the token represents.
See Also
How to Log a Local User on to a Non-Windows Application
ISSOLookup2.LogonExternalUser Method in the UI guidance and developers API namespace reference