skip to Main Content

Keycloak, oauth2-proxy and nginx.ingress.kubernetes

I have a problem with authentication kubernetes webapp via oauth2-proxy/keycloak. You don't know what's wrong Webapp (test-app.domain.com) oauth2-proxy (oauth2-proxy.domain.com) keycloak (keycloak-test.domain.com) Those three app runs separately. description of the authentication procedure: After open test.domain.com is redirected to https://keycloak-test.domain.com/auth/realms/local/protocol/openid-connect/auth?approval_prompt=force&client_id=k8s2&redirect_uri=https%3A%2F%2Foauth2-proxy.domain.com%2Foauth2%2Fcallback&response_type=code&scope=openid+profile+email+users&state=7a6504626c89d85dad9337f57072d7e4%3Ahttps%3A%2F%2Ftest-app%2F Keycloak login…

VIEW QUESTION
Back To Top
Search