Skip to content

Commit

Permalink
Add jwks_url to config
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaangoossens authored Apr 26, 2024
1 parent 4a1e426 commit 3e4b2b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Laravel/config/openid.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@
'discovery' => true,
/**
* When set to true, this package will expose the JSON Web Key Set endpoint.
* - /oauth/jwks
*/
'jwks' => true,
/**
* Optional URL to change the JWKS path to align with your custom Passport routes.
* Defaults to /oauth/jwks
*/
'jwks_url' => '/oauth/jwks',
],

/**
Expand Down

0 comments on commit 3e4b2b9

Please sign in to comment.