Using Auth0 in a bookmarklet iframe

So, I know, iframes are gross but I’m working on a bookmarklet tool so I can “pin” news articles to my application. The bookmarklet tool injects an iFrame on top of any site, allowing users to save the headline, an image, and notes on my application. I’m encountering errors any time I launch Auth0 from a new window or within my iframe.

I’m using the SSO implementation with passport.js, when I make the call, I pass in a session ID as state, and check that the same one comes back with the callback.

How can I go about implementing this so that it works in the custom iframe?

Hi @zebblybot,

Welcome to the Community!

What errors are you seeing?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.