EntraID no Button showing up and error message in documented OpenIDConnectStrategy #10114
Labels
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
Description
When using the authentication strategy: OpenIDConnectStrategy the sign in button does not show up underneath the form. When opening the "/auth/oic/callback" path on the deployed CTI website the following response is given:
Environment
2 Docker Files:
docker-compose.yml
docker-compose-extras.yml
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Show Login Button and initiate Login with Microsoft EntraID
Actual Output
No Login Button
Additional information
.env file includes:
PROVIDERS__OPENID__CONFIG__ISSUER=https://login.microsoftonline.com/[CLIENT ID]/v2.0
PROVIDERS__OPENID__CONFIG__CLIENT_ID=[CLIENT ID]
PROVIDERS__OPENID__CONFIG__CLIENT_SECRET=[SECRET VALUE]
Screenshots (optional)
The text was updated successfully, but these errors were encountered: