Modify login test page
You can customize the IBM® Verify login test page for your business. The login test page is displayed to the user when they log in to OIDC or SAML Enterprise Identity Source in test mode.
To update the login test page, download the compressed theme file. Edit the page as needed and then upload the updated themes file back to your Verify tenant. For more information, see Updating a theme.
Text changes can be made to the pages by using HTML markup. The HTML files also contain macros. Macros are characters between the @ symbol, where the data is rendered at run time. Do not change the macros in the files.
The IBM Verify log in test pages is located in the templates\authentication\test\ directory within the themes compressed file.
The modify login test page is displayed to the user when user logs in to OIDC or SAML Enterprise Identity Source in test mode. Update the login_test_page.html file to modify the page.
- $TESTPAGE_TITLE$
- $TESTPAGE_IDENTITY_SOURCE_NAME_LABEL$
- $TESTPAGE_LOGIN_ERROR_LABEL$
- $TESTPAGE_LOGIN_TOKEN_LABEL$
- $TESTPAGE_USER_CLAIMS_LABEL$
- $TESTPAGE_COL_TITLE_CLAIM$
- $TESTPAGE_COL_TITLE_VALUE$
- $TESTPAGE_COL_TITLE_MAPPED$
- $TESTPAGE_IDSOURCE_MAPPINGS_LABEL$
- $TESTPAGE_PROTOCOL_ATTRIBUTES_LABEL$
- $TESTPAGE_COL_TITLE_PROTOCOL_ATTRIBUTE_NAME$
- $TESTPAGE_COL_TITLE_PROTOCOL_ATTRIBUTE_VALUE$
| Macro | Value that replaces the macro |
|---|---|
| @THEME_ID@ | The ID of the registered template theme. |
| @PAGE_HEADER@ | The HTML that contains the header of the page. This code can be modified by customizing the header.html common template. |
| @PAGE_FOOTER@ | The HTML that contains the footer of the page. This code can be modified by customizing the footer.html common template. |
| @IDENTITY_SOURCE_NAME@ | The name of the OICD or SAML Enterprise Identity Source that the user logs in to. |
| @ERROR_SECTION_CLASS@ | Whether to hide the section, set with the value tp-hide will hide the section. |
| @ERROR@ | The error message that is shown during the user login to the identity source. |
| @TOKEN@ | The token that is received from the OICD or SAML Enterprise Identity Source can be an ID token or a SAML assertion. |
| @NAME@ | The name of the claim in token. |
| @VALUE@ | The value of the claim that is mapped to the logged in user. |
| @MAPTO@ | The name of the IBM Verify attribute that the user claim is mapped to. |
| @PROTOCOL_ATTRIBUTES_SECTION_CLASS@ | Whether to hide the section, set with the value tp-hide will hide the section. |