String ssoAuthenticate(String username, String password)
String ssoAuthenticate(String username, String password)
Name | Type | Description |
---|---|---|
tokenIssuerUrl | The | url of the issuing idp. |
username | String | The username to be authenticated. |
password | String | The password of the username. |
Type | Description |
---|---|
String | An serialized version of the sso token if authentication succeeds else null |