NikiforovAll / keycloak-authorization-services-dotnet

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

support for keycloak 25.0.2 #126

Open milesjoe09 opened 2 months ago

milesjoe09 commented 2 months ago

currently this service doesn't work with keycloak 25 due to a deprecation of authServerUrl and authUrl in favor of serverBaseUrl there are also changes in tokens.

https://www.keycloak.org/docs/latest/upgrading/index.html#deprecated-theme-variables

https://www.keycloak.org/docs/latest/upgrading/index.html#removing-deprecated-methods-from-accesstoken-idtoken-and-jsonwebtoken-classes

NikiforovAll commented 1 month ago

Could you please elaborate? Do you have an example somewhere? I don't think these changes may impact the library itself, looks like changes in Urls are related to theming