Native SSO Redirect

0
I am Working with OIDC SSO Module, Its working for Responsive Web.  But while Working on Native Mobile Application Can't Redirect to the Corresponding app.  For Native App I configured Custom callback URI as you answered in the forum Question https://community.mendix.com/link/questions/115062  In the forum there you have given this custom callback URL: makeitnative://oidc/callback but I have replaced makeitnative with my APP Schema.  For Google and Facebook does not accept the Custom URI in the Google Cloud OAuth Client ID Redirect URI   I am also trying this Redirct URI format  {YOUR_APP_PACKAGE_NAME}://YOUR_DOMAIN/android/{YOUR_APP_PACKAGE_NAME}/callback   can anyone help me out with this issue, 
asked
3 answers
0

If you use this module https://marketplace.mendix.com/link/component/117529 you just need to set the URLScheme constant to match your app’s url scheme. Then use http://yourappurl/oauth/v2/callback as callback url. That should work.

answered
0

Hello Manoj,

If your app is deployed to cloud specify the cloud url as redirect url https://{your cloud domain}/oauth/v2/callback. This will work on apk.

 

answered
0

it actaully redirected to makeitnative app, instead of  redirct to my curresponding native appit actaully redirected to makeitnative app, instead of  redirct to my curresponding native app

answered