Drenso / symfony-oidc

This project contains the Symfony OIDC bundle, which is directly based on https://github.com/jumbojett/OpenID-Connect-PHP
Apache License 2.0
59 stars 32 forks source link

Readme documentation about logout is confusing #67

Closed nuryagdym closed 2 months ago

nuryagdym commented 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

bobvandevijver commented 2 months ago

The example is indeed for the logout target path, I have changed the header.