You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: