-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
switch keycloak to v23 in test #302
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closing and reopening to see if this is fixed now. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@mraible test is relying on password grant type: Lines 48 to 67 in 158dddd
Maybe we should remove the test. |
@mshima Yes, that test seems to be unnecessary. |
Quality Gate passedIssues Measures |
Password grant type is probably disabled at keycloak 23 by default. |
Password grant type is probably disabled at keycloak 23 by default.
That's good. It should be.
|
password grant was added specifically to run Integration (Native) tests that don't have access to UI. In absence of authentication mechanism, I doubt the integration tests can work that require user to be logged-in. Also, do note that the password grant was enabled only in the realm used by tests (we create a copy during code generation under test directory) and not enabled in the one used by application. |
No description provided.