Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have implemented MSAL- Azure authentication using https://www.c-sharpcorner.com/article/easily-enable-azure-ad-authentication-in-angular-and-web-api-core-app/ and working fine as expected in web

Our app is angular-hybrid app which is running on all platforms web/Andriod/iOS. App build is with Cordova.
I have issue with after successful azure authentication redirect needs to happen to Android/iOS app. Currently redirect URL as localhost:4200 which is ok for web but it wont work for APP.

Please assist on after successful authentication what are all the configuration requires in Android/iOS so that redirect will happen to mobile APP.

Looking forward to hearing from you.

What I have tried:

Have implemented MSAL- Azure authentication using https://www.c-sharpcorner.com/article/easily-enable-azure-ad-authentication-in-angular-and-web-api-core-app/ and working fine as expected in web

Our app is angular-hybrid app which is running on all platforms web/Andriod/iOS. App build is with Cordova.
I have issue with after successful azure authentication redirect needs to happen to Android/iOS app. Currently redirect URL as localhost:4200 which is ok for web but it wont work for APP.

Please assist on after successful authentication what are all the configuration requires in Android/iOS so that redirect will happen to mobile APP.

Looking forward to hearing from you.
Posted
Updated 1-May-21 11:43am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900