How to se up Azure OAuth 2.0 SSO for mendix native application

0
hello,   I am trying to set up SSO using OIDC module (https://marketplace.mendix.com/link/component/117529)from the marketplace for my mendix native application, I am stuck with process of generating Client ID , Secret and redirect URI for the same, and am not able to find a proper documentation for the same 
asked
2 answers
1

Hello Vickrant,
Please refer https://medium.com/mendix/azure-ad-sso-using-oidc-module-6b5eeff4be56.
Hope this will help.

answered
0

You need to create an app registration in azure AD. The redirect URI depends on your app. For local testing it is makeitnative://oauth/callback

Azure portal does not allow to set this value in the GUI. But you can set it in the JSON. 

answered