lvermeulen / Keycloak.Net

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

Removed obligatory "/auth" #82

Open dennismeissel opened 1 year ago

dennismeissel commented 1 year ago

It is not always there and should be passed with the baseurl.

robert-ovens commented 1 year ago

Hi @lvermeulen,

I'm not sure if you have seen @dennismeissel's pull request. You probably know that auth URI path segment has been removed for Keycloak 17 or newer. Looking at this pull request, it resolves the issue (Yay!). Could you please review and merge if you find it appropriate? It would be great to see this change available via nuget.

it does introduce a breaking change, as it will mean users of <17 will have to append auth to their base URL if they were to upgrade to include this change.

Kind regards, Robert.