Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-app browser or separate user agent? #19

Open
markphillips100 opened this issue Aug 31, 2022 · 2 comments
Open

In-app browser or separate user agent? #19

markphillips100 opened this issue Aug 31, 2022 · 2 comments

Comments

@markphillips100
Copy link

It's not clear to me if this is using a user agent separate from the app on mobile. Is it using chrome tabs for example on Android, or using an in-app browser when communicating to the idp?

@markphillips100
Copy link
Author

I guess I'm asking if this library is compliant with https://www.rfc-editor.org/rfc/rfc8252#section-8.12 in regards to use of "embedded" user agents?

It's important for me, aside from the security reasons laid out in the article, as I don't think I can achieve single sign-on across multiple apps (both mobile and web) from the same device if an embedded user agent is used. Correct me please if I am wrong.

@jhancock4d
Copy link
Contributor

This uses webview right now with the intent to move to chrome tabs etc. However when I went to do it, the code in Android and iOS for creating separate OpenIdConnect windows was depreciated.

Very open to a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants