iFrame Auth #554
Unanswered
franklington
asked this question in
Q&A
iFrame Auth
#554
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm struggling to get iFrame authentication on my project. I set the environment variables but it keeps opening the pop-up.
torii: { sessionServiceName: 'session', remoteServiceName: 'iframe', providers: { 'firebase': { remoteServiceName: 'iframe', } }
Maybe because firebase.js is missing something here?
` if (options.settings && options.settings.scope) {
options.settings.scope.split(',').forEach((s) => provider.addScope(s));
}
I found nothing in the issues about this. Is there an easy way to achieve this.
regards franz
Beta Was this translation helpful? Give feedback.
All reactions