Facing Issue in OIDC setup with azure IDP

0
We have to implement OIDC module in our application to enable SSO IDP is azure. When user click on SSO button it gets stuck and shows white screen with big url in address bar but doesn't proceed and if we refresh the page then we will get mendix authentication failed error message. In application logs it shows CRITICAL - ActionManager: Error in execution of monitored action '/oauth/v2/callback' (execution id: 199c4256-9101-4004-811b-3b77dc82ebfd, execution type: UNKNOWN). We tried debugging the flow then we see it breaks in the DecodeAndVerifyJWT action in OIDC module.  We are not able to figure out why this issue is occuring. IF anyone faced this similar issue please help.
asked
2 answers
0

I'm going through the same problem:

image.png

 

I check the log and it shows exactly the same error:

image.png

 

Additional information:

  • Mendix v10.15.0
  • Module: OIDC SSO v3.2.0
  • SSO Azure
answered
-1

Hi Edson,

Ensure that the redirect URI in Azure AD is correctly configured to point to your Mendix application. The URL should match exactly,

 

check this and do again

https://medium.com/mendix/azure-ad-sso-using-oidc-module-6b5eeff4be56

 

Thanks,

Arun

answered