How can I test SSO with Azure via OIDC connector?

0
I am creating a native app where I am using OIDC module for OAUTH2 based sign on via Azure AD.   It works perfectly on the web app but when I created mobile login page with Azure AD login, it fails since Azure AD  OAUTH2 authentication requires a call back url and my call back url is starting with http://localhost:8080 on my laptop. When I load the app on my phone via Make IT, it can not login since the call back url diverts to localhost (which is cellphone itself.   Briefly, how can I test my native app OIDC based login flow?
asked
0 answers