"Forbidden 403" when accessing admin interface through AWS ALB (reverse proxy) #10297
Achim-Hentschel
started this conversation in
Archive
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Colleagues,
I started evaluating Keycloak 17.0.0 two days ago because I wanted to check out the new Quarkus way. I am currently using the following configuration:
I could create the initial credentials signing into http://127.0.0.1:8080. When I then tried to follow the link to the admin interface I got redirected to https://my.external.domain/admin/. The result was
403 Forbidden. When I try accessing Keycloak via https://my.external.domain` I can very well see the initial Keycloak welcome page. On that page the linkAdministration Consolealso points to the admin URL I wrote above.hostname-admin. This is an internal URL so I would need to use it including the port. But when accessing it I get redirected to the a URL without any port. I do not want to also run an internal reverse proxy just to resolve this issue.I hope you can give me some guidance about what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions