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

Third party iframe for authentication? #12

Open
neuronsupport opened this issue Jul 24, 2020 · 1 comment
Open

Third party iframe for authentication? #12

neuronsupport opened this issue Jul 24, 2020 · 1 comment

Comments

@neuronsupport
Copy link

Isnt it possible to open a third party iframe for authentication? from what I understand, cookies are not used by the authentication process. Am I right on this?

@josephguillaume
Copy link

Presumably the same mechanism could be used as for a popup, i.e. redirection of the iframe to a page that stores the token in local storage, while the main page waits for the iframe to be terminated.

I suppose the advantage would be providing another alternative to redirects and popups.

Note, however, that the localStorage mechanism is discouraged by solid-client-authn for security reasons.

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