FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
The getSecureToken operation receives a user identity from an external application to which an end-user has logged in successfully. A unique token is generated for the user identity in the request and passed back to the requesting application. The external application uses this token to support a single sign-on mechanism that allows the end-user to bypass the FlexNet Operations login page.
Name | Type | Direction | Description |
---|---|---|---|
secureTokenRequest | IdentityType | Input | See IdentityType. |
A secureTokenResponse element having the structure defined by the following table.
Name | Type | Description |
---|---|---|
token | string | Secure token passed back to the external application. This token supports the implementation of a single sign-on mechanism for the external application and FlexNet Operations. The token should be used for the same user identity that is passed in the request. |