Logout Process

  1. Create an Axon Ivy project which has portal as a required library.

  2. Copy the PortalStart process from portal to your project. This process is the new home page. The administrator has to register this link.

  3. Refer to Customize Portal home to set new home page.

  4. Override the Logout process to customize the logout behavior.

  5. Create a callable subprocess in your project with the getLogoutPage() signature to customize the page which will be redirected to after logout, default is the Portal home page. Make sure this signature is unique in your application.