lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

Administrate across realms #61

Open PMJMendes opened 3 years ago

PMJMendes commented 3 years ago

I have a need to use a user defined in one realm to invoke the Keycloak API for a different realm.

KeycloakClient uses the same realm for authentication and API invocation.

Could you provide a way to make these realms different?