Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante authored Jan 7, 2025
1 parent f4e47b7 commit d0904c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ The current OAuth archictecture of DEXPRO relies on Keycloak Realms, separating
The challenge with this is that each realm has a dedicated cryptography key used for JWT token signing and validation.
Implementing an API middleware which still allows access to all customers is why this package was created.

The mechanis muchs like this: When a JWT is recieved, the issuer of the token is used to determine the appropriate keycloak realm,
whose cryptography key must be used for token validation. Technically, that involves fetching and parsing the _JWKS_ of the given
realm.

The second use case for this package is sharing _Claim_ types across applications.

0 comments on commit d0904c4

Please sign in to comment.