Skip to content

Commit 075463c

Browse files
committed
refactor: aligns JWKS endpoint to common value for RFC 7517 documents.
1 parent ea37b3f commit 075463c

File tree

4 files changed

+466
-7
lines changed

4 files changed

+466
-7
lines changed

external/plugins/oidc-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An OpenID Connect authorization server implementation as an external plugin for
1111
- `/oidc/authorize` - Authorization endpoint
1212
- `/oidc/token` - Token endpoint
1313
- `/oidc/userinfo` - Userinfo endpoint
14-
- `/oidc/jwks` - JSON Web Key Set (for RS256)
14+
- `/.well-known/jwks.json` - JSON Web Key Set (for RS256)
1515
- **Web-based User Authentication** with responsive HTML login form
1616
- **JWT Token Generation** with HS256 or RS256 signing algorithms
1717
- **Configurable Users and Clients** via YAML configuration files

0 commit comments

Comments
 (0)