You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security-openid-connect-multi-tenancy-quickstart and security-openid-connect-web-authentication-quickstart do not work after bump to Keycloak 26
#45348
Closed
rsvoboda opened this issue
Jan 3, 2025
· 4 comments
but those quickstarts still do not pass, cc @sberyozkin
I receive these errors:
[ERROR] CodeFlowTest.testLogInDefaultTenant:37 » FailingHttpStatusCode 400 Bad Request for http://localhost:37851/realms/quarkus/login-actions/authenticate?session_code=cPHi0iAJHDiPNCiyV-VFA3LhjfgDebhUs6Vfp0ac9r8&execution=fea70645-8bab-43b2-a1e3-4f31eb2bf2a5&client_id=multi-tenant-client&tab_id=HB9KafV8vqE&client_data=eyJydSI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MS9kZWZhdWx0IiwicnQiOiJjb2RlIiwic3QiOiJkYjA4ZjNhZS1lMjAxLTQxZDctOGM3OS0wZjA4Y2MzZjgyZTcifQ
[ERROR] CodeFlowTest.testLogInTenantAWebApp:57 » FailingHttpStatusCode 400 Bad Request for http://localhost:37851/realms/tenant-a/login-actions/authenticate?session_code=oSE8YkufG0MmRVMNcJr4QpWVsvCDWKQDoA5_-uj1jNg&execution=451f7173-0c20-459b-9fdf-7f225a5b05cf&client_id=multi-tenant-client&tab_id=tOEUK2SXbIM&client_data=eyJydSI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MS90ZW5hbnQtYSIsInJ0IjoiY29kZSIsInN0IjoiN2E3MTZkMGItMmE5Ny00MzA2LWFmNmYtODhmZjIzYmEwYzY1In0
[ERROR] CodeFlowTest.testReAuthenticateWhenSwitchingTenants:86 » FailingHttpStatusCode 400 Bad Request for http://localhost:37851/realms/tenant-a/login-actions/authenticate?session_code=TjKjDixFJrjf1wRqhLR35r0KhI9dtFjtqpTeq796N8c&execution=451f7173-0c20-459b-9fdf-7f225a5b05cf&client_id=multi-tenant-client&tab_id=tQs5fjq0VeU&client_data=eyJydSI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODA4MS90ZW5hbnQtYSIsInJ0IjoiY29kZSIsInN0IjoiMTk4OGU2NDEtYmY5YS00OGVmLWIzNjEtMmQxMmVhN2NkMzBmIn0
Expected behavior
mvn clean verify -pl security-openid-connect-multi-tenancy-quickstart,security-openid-connect-web-authentication-quickstart is expected to PASS
Hi @rsvoboda, thanks, as far as #45347 is concerned, would you like to do another update to the OIDC code flow doc, I realized after I merged #45347 that that doc also needs the update, I can do it a bit later as well.
FYI, I'm off next week and I may not have time to deal with fixing the quickstart today - can look at it the week starting 13th Jan...
quarkusio/quarkus-quickstarts#1485 is merged, security-openid-connect-multi-tenancy-quickstart and security-openid-connect-web-authentication-quickstart work properly now, including native mode
Describe the bug
security-openid-connect-multi-tenancy-quickstart and security-openid-connect-web-authentication-quickstart do not work after bump to Keycloak 26
I applied changes from the #44449 PR
but those quickstarts still do not pass, cc @sberyozkin
I receive these errors:
Expected behavior
mvn clean verify -pl security-openid-connect-multi-tenancy-quickstart,security-openid-connect-web-authentication-quickstart
is expected to PASSActual behavior
mvn clean verify -pl security-openid-connect-multi-tenancy-quickstart,security-openid-connect-web-authentication-quickstart
FAILSHow to Reproduce?
Run
mvn clean verify -pl security-openid-connect-multi-tenancy-quickstart,security-openid-connect-web-authentication-quickstart
ondevelopment
branch of https://github.com/quarkusio/quarkus-quickstartsOutput of
uname -a
orver
macOS
Output of
java -version
Java 21
Quarkus version or git rev
Quarkus main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: