Join Slack
Powered by
Is there a way of displaying web pages (like a web...
# multiplatform
e
Emre
07/08/2023, 8:37 AM
Is there a way of displaying web pages (like a webview) in CM yet? If not how do people handle authentication?
e
ephemient
07/08/2023, 11:07 AM
https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-oauth-2.0-authorization-endpoint.html
don't use webviews for auth
e
Emre
07/08/2023, 5:39 PM
Thanks. Doesn't OIDC solve the MITM problem though? So what is the best multiplatform solution?
e
ephemient
07/09/2023, 1:42 AM
for Google,
https://developers.google.com/identity/protocols/oauth2/native-app#redirect-uri_loopback
or
https://developers.google.com/identity/protocols/oauth2/native-app#:~:text=Alternatives,-For%20mobile%20apps
ephemient
07/09/2023, 1:42 AM
the first approach should work for other OAuth flows too
3
Views
Open in Slack
Previous
Next