Authentication.ssoAuthenticate()

Signature

String ssoAuthenticate(String username, String password)

Domain

action

Description

Authenticate the given username/password and create an SSO token in Base64 encoded form to be embedded as cookie.

Parameters

NameTypeDescription
tokenIssuerUrlTheurl of the issuing idp.
usernameStringThe username to be authenticated.
passwordStringThe password of the username.

Returns

TypeDescription
StringAn serialized version of the sso token if authentication succeeds else null