Replies: 1 comment 6 replies
-
|
Hi @Skyppid Apologies for any issues you have been experiencing, fortunately I have some good news for you, this repo hasn't been abandoned, we just don't have the resources to keep it up to date with every change that Keycloak makes, so a lot of our contributions come from PRs created by users like yourself. Unfortunately this repo has been abandoned a few times, and we're the 3rd team to pick it up, with this comes a lot of lost knowledge, and as a result I have never been able to successfully get the unit tests to pass. I tried to get it working a while back but, like you, found that they expect a very specific Keycloak configuration, presumably this was based on the original creator of this library's specific Keycloak use case. It would be hugely appreciated if you could open a PR with your changes, I would be happy to merge it in and do a deployment today. As for the unit tests, for the reasons stated above I am ok if we simply ignore the failing unit tests, and we can resolve any issues if/when they arise. Thanks, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since we upgraded to Keycloak 23 a feature broke. Not sure if it's an issue of the library or breaking changes in Keycloak. Since this repository seems to be rather abandoned and I don't have time to wait for approval and a new Nuget package, I forked it and upgraded it to .NET 8 and Flurl 4 at that.
So far so good, it compiles and there are likely no breaking changes involved. Yet 36 tests fail. The question is: Did you use a specific realm.json configuration for the tests? I created an "Insurance" realm on my local Keycloak but that doesn't help.
I hope you can give me a hint. Once I can verify that the actual logic still works I'd like to add the missing endpoints we need to hopefully fix our issue as it's urgent.
I usually get errors like
Which leads me to believe that maybe the client settings for admin-cli might not be correct for a default realm configuration? Not sure, not that deep into it. Maybe you can help :)
Beta Was this translation helpful? Give feedback.
All reactions