- // A string value forces the given URL to be used.
- 'end_session_endpoint' => env('OIDC_END_SESSION_ENDPOINT', null),
+ // A true value gets the URL from discovery, if active.
+ // A string value is used as the URL.
+ 'end_session_endpoint' => env('OIDC_END_SESSION_ENDPOINT', false),