Administrators can use an API to add a custom message to the sign on page. Use this message to provide information users might not already know about their sign in options. If an Admin configures this message for a user, the user will see the message whenever they log into IdentityNow.
The format of the message can also be customized. For example, Admins can use plain text, styling like bold or italic, a list, or a link that will open in a new browser tab.
If IdentityNow is experiencing a partial outage, the message that appears on the sign-in page will appear in a yellow banner above your sign-in help message.
PREREQUISITES:
On Chrome, sign in to the org as an administrator. Click Admin and use strong authentication to log in.
NOTE: Because of changes to the way IdentityNow deals with cross-site request forgeries, all non-GET Postman calls require an additional header described in the Authentication section of the Developer portal.
Complete the following steps:
Set the following form-data key-value pairs. Any pairs omitted are set to null:
Key |
Value |
---|---|
name | <name from GET> |
productName | <productName from GET> |
emailFromAddress | <email address from GET> |
actionButtonColor | <hex color from GET> |
activeLinkColor | <hex color from GET> |
navigationColor | <hex color from GET> |
narrowLogoURL | <url from GET> |
standardLogoURL | <url from GET> |
loginInformationalMessage | <html message> |
NOTE: The value you supply for loginInformationalMessage has a limit of 1024 bytes.
You can use some basic HTML such as:
The user will see the message whenever they log in to IdentityNow.