How to implement OIDC using azure in Mendix - Mendix Forum

How to implement OIDC using azure in Mendix

5

How to implement OIDC using azure in Mendix

Step1: -Search your application in azure portal.

Step2: - define the redirect URLs

Step3:- Click on certificate and secrete and add entry for your app.

Step4:-Dowload OIDC ,UserCommons,NanoFlowCommons from Mendix marketplace.

Step5:-.Change the login.html to call OIDC

<a id=”ssoButton” href=”/oauth/v2/login” class=”btn btn-default btn-lg”>

<img src=”logo.png”>

<span class=”loginpage-signin”>SSO Sign in</span>

</a>

Stpe5: - Add OIDC configuration in your mendix menu navigation and go into your OIDC configuration and add new.

Step6: -Enter Auto configuration URL and click on import configuration.

Enter callback URL.

Step7: - Add available scopes.

Step8: - enter user provisioning.

Save all and toggle inactive and active and ready to test new login url!!!!!

Posted
5 comments

image.pngHello

Trying with Azure OIDC SSO Config done from both sides but facing this issue when running app locally 

Created

Helpful, Thanks!

Created

Great insights, thanks for sharing!

Created

Nice

Created

This article is very helpful Raju. With this article we can easily unlock our future development. 

Created