NikiforovAll / keycloak-authorization-services-dotnet

Authentication and Authorization with Keycloak and ASP.NET Core 🔐
https://nikiforovall.github.io/keycloak-authorization-services-dotnet/
MIT License
471 stars 112 forks source link

Update SDK to Keycloak 26 #153

Open JonasDev17 opened 1 week ago

JonasDev17 commented 1 week ago

With Keycloak 26 organizations are officially supported which can be used for multi tenant applications. And with version 26.0.2 the api documentation has now been updated to include the organization endpoints. https://www.keycloak.org/docs-api/latest/rest-api/index.html#_organizations Would be nice if the SDK would support these endpoints.

NikiforovAll commented 1 week ago

Yes, I would like to do that. But, I think the auto-generated client is the way to go.