Need help in configuring SSO

0
Hi all, I am using OIDC as SSO for my application and while testing locally I have configured it , it was working fine. But while deploying, it isn't . Do I need to over write the constants while deploying or mendix automatically takes care of it. How to fix this error? and I have designed a SSO page I want user to go through that page to access the application. If I expect such behaviour, how to configure that also?
asked
1 answers
0

Hi Ayman,


If OIDC works locally but fails after deployment,It might be a configuration issue.

  1. The deployed application's callback URL must be registered in the Identity Provider. It should not be your localhost URL.
  2. Check the constant in your deployed server(CLientID,ClientSecret etc.,.).
  3. Verify the runtime configurations.
  4. if you want custom sso landing page, then enable anonymous user and create a custom page and give access to anonymous user. On login button call OIDC login mircoflow available in that module.


I hope it helps you.

answered