Hello,
I have the following sample multi docker container setup for authentication using Auth0 and to pass JWTs to the backend APIs.
https://github.com/lcahlander/multi-container-nginx-react-existdb
I have the following settings:
Application type: Regular Web Application
Token Endpoint Authentication Method: None
Application Login URI: blank
Allowed Callback URLs: http://localhost/_codexch
Allowed Logout URLs: blank
Allowed Web Origins: blank
Allowed Origins (CORS): blank
I am getting the following page when I try to open localhost
Any help would be appreciated. This is to be an example implementation to the eXist-db community for implementing SSO with JWTs being passed to the backend.