Have implemented MSAL- Azure authenticaiton using https://www.c-sharpcorner.com/article/easily-enable-azure-ad-authentication-in-angular-and-web-api-core-app/ and workign 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 authenticaiton 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.