+ // OIDC RP-Initiated Logout endpoint
+ // A null value gets the URL from discovery, if active.
+ // A false value force-disables RP-Initiated Logout.
+ // A string value forces the given URL to be used.
+ 'end_session_endpoint' => env('OIDC_END_SESSION_ENDPOINT', null),
+