Is it possible to issolate Google sign-in into sandboxed iFrame?
up vote
1
down vote
favorite
I'm evaluating moving 3rd party JavaScripts into sandboxed iFrames in order not allow them access to main page data.
One of the flows we want to move are the Google Sign-In. Right now, we have a javascript and google Button that triggers the logging flow(open a new window). Thats ok, but we do not want to move the initial js and button into a sandboxed iFrame, then inside this iframe, in some way we will pass the cookie or the token to the main window(postMessage, serverside API or something else).
Scenario design
Do you think it is a valid scenario?
Regards,
javascript iframe google-signin
add a comment |
up vote
1
down vote
favorite
I'm evaluating moving 3rd party JavaScripts into sandboxed iFrames in order not allow them access to main page data.
One of the flows we want to move are the Google Sign-In. Right now, we have a javascript and google Button that triggers the logging flow(open a new window). Thats ok, but we do not want to move the initial js and button into a sandboxed iFrame, then inside this iframe, in some way we will pass the cookie or the token to the main window(postMessage, serverside API or something else).
Scenario design
Do you think it is a valid scenario?
Regards,
javascript iframe google-signin
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm evaluating moving 3rd party JavaScripts into sandboxed iFrames in order not allow them access to main page data.
One of the flows we want to move are the Google Sign-In. Right now, we have a javascript and google Button that triggers the logging flow(open a new window). Thats ok, but we do not want to move the initial js and button into a sandboxed iFrame, then inside this iframe, in some way we will pass the cookie or the token to the main window(postMessage, serverside API or something else).
Scenario design
Do you think it is a valid scenario?
Regards,
javascript iframe google-signin
I'm evaluating moving 3rd party JavaScripts into sandboxed iFrames in order not allow them access to main page data.
One of the flows we want to move are the Google Sign-In. Right now, we have a javascript and google Button that triggers the logging flow(open a new window). Thats ok, but we do not want to move the initial js and button into a sandboxed iFrame, then inside this iframe, in some way we will pass the cookie or the token to the main window(postMessage, serverside API or something else).
Scenario design
Do you think it is a valid scenario?
Regards,
javascript iframe google-signin
javascript iframe google-signin
asked Nov 13 at 10:20
Jose Moyano
111
111
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53278782%2fis-it-possible-to-issolate-google-sign-in-into-sandboxed-iframe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown