Description
At the Mobile Dev WG meeting we discussed Android SSO implementation. Looking into different methods, Apple and Google both recommend against WebView and instead suggest ASWebAuthenticationSession and Custom Tabs respectively for third party auth.
Given both iOS and Android use WebViews, this issue is to track the work to shifting away from WebView.
Description
At the Mobile Dev WG meeting we discussed Android SSO implementation. Looking into different methods, Apple and Google both recommend against WebView and instead suggest
ASWebAuthenticationSessionand Custom Tabs respectively for third party auth.Given both iOS and Android use WebViews, this issue is to track the work to shifting away from WebView.