-
|
Thank you for the excellent work! I run a Spring Boot application based on the BFF tutorial, with good success, under Docker Compose. I have managed to get most of the components running, but I struggle with post login redirection. This is in the Keycloak configmap: (running Keycloak in dev mode, importing realm from configmap)
But I find this error in the BFF server log:
Apparently, I need to learn more about Kubernetes, Minikube, Keycloak, and OAuth2, and I would be grateful for pointers to some good resources. All help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As explained in the same doc section, the default value for the allowed redirect host is based on the |
Beta Was this translation helpful? Give feedback.
https://github.com/ch4mpy/spring-addons/tree/master/spring-addons-starter-oidc#1211-post-loginlogout-uris
As explained in the same doc section, the default value for the allowed redirect host is based on the
client-uriproperty. My guess is that you did not configure theclient-uriwithmyapp.mydomainas hostname.