chrome-custom-tab on android #1671
-
Hello, I have one basic question around SSO On Android, the latest embedded-browser (chrome-custom-tab) when used by any mobile app for completing the authentication with AAD, the cookie can be persistently stored. Am I right ? There is NO broker (company-portal app or ms-authenticator app) in action. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Custom Tabs share a cookie jar with the default system browser enabling fewer sign-ins with web or other native apps that have integrated with Custom Tabs.. |
Beta Was this translation helpful? Give feedback.
Custom Tabs share a cookie jar with the default system browser enabling fewer sign-ins with web or other native apps that have integrated with Custom Tabs..
Android applications have the option to use the WebView, system browser, or Chrome Custom Tabs for authentication user experience. If you are not using brokered authentication in your app, you will need to use the system browser rather than the native webview in order to achieve SSO.
You can find more details here https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-android-single-sign-on#sso-through-system-browser