A customer might need to configure the labels on the Identity Security Cloud sign in page. For example, customers who use email addresses for user names might find that their users get confused by the User Name field.
This functionality also allows you to provide sample text in the empty fields when the user clicks out of them.
NOTE: The API endpoint used to change the Sign In Fields is currently an Experimental endpoint. You will need to click the X-Sailpoint-Experimental header in Postman to send this call.
1. Open the API endpoint PUT /ui-metadata/tenant
2. In Headers, click the box to enable the X-Sailpoint-Experimental true field
3. In the box, there should be 3 fields you can specify values for. Either "null" them, or add the values you wish: iFrameWhiteList, usernameLabel, usernameEmptyText.
4. Send the call and give it up to 5 minutes to see the change in your tenant UI.
1. To reset the Sign in Page to the default, make the same PUT /ui-metadata/tenant call, but set the values for the fields to null.