1 | initial version |
The problem is related with the callback URL. You are using docker so they behave as virtual machines. In this regard you cannot use localhost:8004 as it is not pointing to the BAE, but to the 8004 port of the IDM docker image.
Try to use the docker container name or create a network alias in order to communicate between docker containers.