Skip to main content

Get Login Instructions

Retrieve the username label, password label, and login page message displayed on the login page. Field values may contain HTML or JavaScript.

GET https://instance.securid.com/aveksa/command.submit?cmd=getLoginInstructions

note

This command does not require authentication.

Request

Parameters

getLoginInstructions
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers

Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

username-labelThe label for the username field. May contain HTML or JavaScript.
password-labelThe label for the password field. May contain HTML or JavaScript.
instructionsCustom login page message. May be empty or contain HTML and JavaScript.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=getLoginInstructions&format=json"

Response

{
"data": {
"type": "getLoginInstructions",
"instructions": "",
"username-label": "User Name",
"password-label": "Password"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.