Modify single sign-on access for MaaS360 pages
You can customize the IBM® Security Verify single sign-on (SSO) access for Maas360 pages for your business.
For more information about MaaS360® authentication, see Setting the MaaS360 identity provider and user identifier.
To update the SSO access for MaaS360 pages, download the compressed theme file. Edit the pages as needed and then upload the updated themes file back to your 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 Security Verify SSO access for MaaS360 pages are located in the templates\authentication\device_manager\maas360\ directory within the themes compressed file.
The following SSO access for MaaS360 pages are available for customization:
The SSO access for MaaS360 Android login page is located in the templates\authentication\device_manager\maas360\android\default\maas_android_login.html directory.
The page that is displayed during SSO access for MaaS360 login on an Android device. Update the maas_android_login.html file to modify the page.
- $LOGIN_TITLE$
- $MAAS_COOKIE_DISABLED_MESSAGE$
- $MAAS_LOGIN$
- $MAAS_LOGIN_LABEL$
- $MAAS_LOGIN_ATTEMPTING$
- $MAAS_LOGIN_CLICK_HERE$
- $MAAS_LOGIN_LAUNCH$
- $MAAS_LOGIN_OTHER_OPTIONS$
The macros for this page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@ACTION@ | The action that is taken. |
@BTN_CLICKED@ | The button to click. |
@CERT_SUBMISSION_URL@ | The certificate submission URL. |
@MESSAGE@ | A message to display additional information. |
@PAGE_FOOTER@ | The HTML that contains the footer of the page. This code can be modified by customizing the footer.html common template. |
@PAGE_HEADER@ | The HTML that contains the header of the page. This code can be modified by customizing the header.html common template. |
@THEME_ID@ | The ID of the registered template theme. |
@WAIT@ | A message. |
@WITH_XREQWITH@ | A message. |
The SSO access for MaaS360 login displays the following page to a user on an iPhone OS device.
The SSO access for MaaS360 iPhone OS login page is located in the templates\authentication\device_manager\maas360\ios\default\kerberos_redirect.html directory.
The SSO access for MaaS360 iPhone OS login page is:
The page that is displayed during SSO access for MaaS360 login on an iPhone OS device. Update the kerberos_redirect.html file to modify the page.
- $LOGIN_TITLE$
- $KERBEROS_REDIRECT$
- $KERBEROS_REDIRECT_CLICK$
- $KERBEROS_REDIRECT_HERE$
The macros for this page are shown in the following table.
Macro | Value that replaces the macro |
---|---|
@PAGE_FOOTER@ | The HTML that contains the footer of the page. This code can be modified by customizing the footer.html common template. |
@PAGE_HEADER@ | The HTML that contains the header of the page. This code can be modified by customizing the header.html common template. |
@REDIRECT_URL@ | The redirect URL that the authorization server uses to send the authorization code to for authentication. |
@THEME_ID@ | The ID of the registered template theme. |
To change the page header, footer, and style on the SSO access for MaaS360 pages, see Create common branding.