Thomas Darimont
Thomas Darimont
Interesting discussion - I just wanted to throw in two alternative ideas that came to my mind: One alternative for referring to test methods via Strings or explicit lambdas could...
@jonasvoelcker thank you for the quick turnaround!
Hi Fabian, I'm glad you like it - I just stumbled upon your toy and gave it a quick spin :) a) yes you're right but I don't think that...
ad a) I don't know whether it will always stay that way but as I found out here: https://gist.github.com/thomasdarimont/dbb6796505eeaa692c91 the stuff that was in the tools.jar is available from within...
@ahus1 thanks for sketching the API in https://github.com/keycloak/keycloak/discussions/23101#discussioncomment-8569231 I revised the implementation a bit and added some deprecation notes. Unfortunately I couldn't apply the patch with your suggestions automatically, because...
I just hit the same issue, while trying to use jshell-maven-plugin in a project that still requires Java 8 to compile ``` [ERROR] Failed to execute goal com.github.johnpoth:jshell-maven-plugin:1.2:run (default-cli) on...
Cool! It would be helpful to be able to request a specific redis version for a test. Furthermore it would be useful to be able to use a ${REDIS_VERSION} placeholder...
@daviddavidgit thanks for your PR, would you mind rebasing this to the current main?
Great discussion so far! I'm wondering how you would test the SCIM compliance with the extensions mentioned in this discussion. I just found this, which looks like an interesting start:...
Hello, just stumbled upon this - shouldn't the authentication methods used stored in the `amr` field of the IDToken? Authentication Request. Authorization Servers SHOULD perform no other processing on nonce...