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

Multi-Realm support #15

Open Tockra opened 6 months ago

Tockra commented 6 months ago

Hi,

do you see a benefit in multi realm support. I mean the user can send a JWT token of any realm to your/our backend and the backend validates the token based on:

I think I've a personal use case for this behavior, because I'm building an application with multiple realms having the same structure.

T