Configuration
To use a custom configuration for a logout page, the following configuration should be used.
Last updated
To use a custom configuration for a logout page, the following configuration should be used.
Last updated
The information endpoint module is configured to handle the logout endpoint in the application.
Please see the for detailed information.
Add the Information endpoint module to the application. Use the one-file-per-module pattern and create this file (logout.json) in the modules folder.
Change the application property for logout to point to the information endpoint.
To test the logout UI point your browser to the logout endpoint, example below for a local installation.
Note that the actual user logout is performed via the authenticator module when the Logout button or similar is clicked in the application UI.
Overlay for the logout page can now be configured as for any application. See for details.