Authentication.ssoAuthenticate()

Signature

String ssoAuthenticate(String tokenIssuerUrl, String username, String password)

Domain

ACTION, CONDITION, QUERY, BUI

Description

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

Parameters

NameTypeDescription
tokenIssuerUrlStringThe url 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