Closed nuryagdym closed 2 months ago
For logout there is this information in README: Example: custom logout path
security: firewalls: main: logout: target: /my_custom_target_path oidc: enable_end_session_listener: true
I don't what is the purpose of this example. But for custom logout path the parameter that needs to be set is logout.path instead of logout.target. If we mean custom target path the title needs to be changed to Example: custom logout target path
logout.path
logout.target
The example is indeed for the logout target path, I have changed the header.
For logout there is this information in README: Example: custom logout path
I don't what is the purpose of this example. But for custom logout path the parameter that needs to be set is
logout.path
instead oflogout.target
. If we mean custom target path the title needs to be changed to Example: custom logout target path