-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Keycloak 17+ (parameterized the endpoint /auth ) #79
base: main
Are you sure you want to change the base?
Conversation
Upgraded to net-6.0 Upgraded Flur Library Removed compatibility for .net classic Removed compatibility for .net standard 1.x
@lvermeulen Please review. |
@psavva technically, the prefix is actually configurable. It no longer defaults to Maybe it'd be handy for it to be configurable here too? |
@pocketken fair point, I'll update the PR accordingly |
@psavva is there a nuget package I could install which can vary the "auth" path? This repository hasn't been updated since May 2021. |
Not yet |
I think this pr should be marge |
I have updated the PR to include the path. You can now do something like this: |
@lvermeulen Please see if you can review, and bring this one in.. Thank you for the awesome work on this project |
@lvermeulen can this PR please be merged? Using KC 19 we have adjusted the code and built our private NuGets as a workaround. I would really appreciate it, if it's solved in the main repo. |
What is required to finally merge this PR? It's a blocker for me as well and I'm sure for many other people. |
Upgraded to net-6.0
Upgraded Flur Library
Removed compatibility for .net classic
Removed compatibility for .net standard 1.x