com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Customizing Just-In-Time Provisioning User Interfaces

This feature is available with WSO2 Identity Server 5.6.0 via the WUM update released on the 1st of August 2018.

If you want to deploy a WUM update into production, you need to have a paid subscription. If you do not have a paid subscription, you can use this feature with the next version of WSO2 Identity Server when it is released.

If necessary, you can customize the default user interfaces that are displayed to prompt for credentials at the time of just-in-time provisioning. To customize the user interfaces depending on your requirement, you can configure appropriate values under the <JITProvisioning> element in the <IS_Home>/repository/conf/identity/identity.xml file.

<JITProvisioning> 
<UserNameProvisioningUI>/accountrecoveryendpoint/register.do</UserNameProvisioningUI>   <PasswordProvisioningUI>/accountrecoveryendpoint/signup.do</PasswordProvisioningUI>
</JITProvisioning>
  • If you want to customize the user interface that is displayed when you select Prompt for username, password and consent as the provisioning option, change the value of <UserNameProvisioningUI>.
  • If you want to customize the user interface that is displayed when you select either Prompt for password and consent or Prompt for consent as the provisioning option, change the value of <PasswordProvisioningUI>.


com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.