-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
We implemented a simple servlet application with oidc, and used wildfly 26 as runtime. Deeplinking is not working.
when we do a reqeust to the application e.g.
http://localhost:8085/example?var=value
we would expect that we would be redirected to our keycloak server (http://localhost:8080) like this:
you see the missing query parameters.
After a successful login with keycloak we would expect
http://localhost:8085/example?var=value
but we get
http://localhost:8085/example/
Our application is running on port 8085 and keycloak on port 8080.
I added the app jbossapp.zip
Problem seems to be located here:
Query parameters are not taken in account.
- duplicates
-
ELY-2340 Query parameters lost on redirect to keycloak OIDC
- Resolved