Peter
Peter
@lvermeulen i can make a PR if you would accept it? I'm not that good with java but if i check the following file v6: https://github.com/keycloak/keycloak/blob/6.0.0/services/src/main/java/org/keycloak/protocol/oidc/mappers/OIDCAttributeMapperHelper.java v15: https://github.com/keycloak/keycloak/blob/15.0.2/services/src/main/java/org/keycloak/protocol/oidc/mappers/OIDCAttributeMapperHelper.java They have...
@lvermeulen Is this project still maintained?
@adhip94 I don't know the above issue was a showstopper for me so i haven't used it.. But i guess a fork might be a way forward as @lvermeulen doesn't...
I have created a fork that contains a fix for this, I have also taken the pull request for CancellationTokens. But I haven't created a nuget package yet as I...
Now there is a nuget https://www.nuget.org/packages/Keycloak.Net.Core/
Node is single threaded so i have no idea how to handle more than one file at a time, sadly i don't have a project where i use this in...
Didn't know that, if a source generators can't do it how about a msbuild step? https://learn.microsoft.com/en-us/visualstudio/msbuild/task-writing?view=vs-2022 (no idea if it's possible or not)
Sadly this does not seem to work on/in Fluent Terminal, but I still think this is a good idea.
@jeremy-bridges you can define the icon in your `.nuspec` file under `package\metadata\iconUrl` it must be on a public Webserver and its fetched at installation time not packaging time. So don't...