简体   繁体   中英

Remove/Hide the URL shown on Azure AD B2C on Android

I have integrated Azure AD B2C using MSAL library on Native Android, created the user flow for SignInSignUp .once the Webview for SignIn/SignUp launches on my app, URL is also shown on the launching page. Is there any way to hide that URL or any other way we can restrict the user from seeing it? you can also see the image on the attached link below for reference.

enter image description here

I have added the below code to my auth_config_b2c.json , and now the URL is not showing :

Code :

"authorization_user_agent" : "WEBVIEW"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM