lpotthast / axum-keycloak-auth

Protect axum routes with a JWT emitted by Keycloak.
https://crates.io/crates/axum-keycloak-auth
Apache License 2.0
34 stars 13 forks source link

OIDC Discovery #5

Closed lpotthast closed 7 months ago

lpotthast commented 8 months ago

The crate should discover endpoints and JWKs automatically, just like https://github.com/lpotthast/leptos-keycloak-auth does, so that configuration/usage of the library becomes easier and less error prone. Automatic refreshes of discovered data would allow applications to work through Keycloak server changes, for example a change in certificates / JWKs.