- Issue created by @cafuego
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
5 months ago 9:43pm 26 February 2025
Many OpenID Connect clients allow auto-config via a `.well-known` config URL. oauth2_server should provide one. This will make configuring clients easier *and* provides users with a URL to look at client config settings. At the same time, clean up the `jwk` and `jwks` route output.
Add in a route that spits out blob of JSON with config info.
All the work.
N/A
None, but.
Turns out that the jwk route outputs the issuer *without a trailing slash, but the startServer() code in Utility.php does not trim it, so the provided config is mis-matched. Most examples I see online do not have a trailing slash, so I propose we aim mto be consistent and drop it everywhere.
N/A
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.