Login users cross domain using an iframe thoughs

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Login users cross domain using an iframe thoughs

Re: Login users cross domain using an iframe thoughs

by axew3 » Sun Feb 20, 2022 2:11 pm

I think i have find out the way.
If i am not wrong, you'll have no requirement to hook to any external security handshake, to perform a secure login cross domain.
But only a db row to connect to the browser after certain checks, to check for correct pairs, and an iframe.
If i am not wrong... i say this, because into the procedure i have now clear in mind, since clearly i am not enough smart, i have the necessity to code it and see it as logic, but step by step ...

Login users cross domain using an iframe thoughs

by axew3 » Mon Feb 07, 2022 7:50 am

Crazy thoughts...
I think some time on how would be possible to login an user cross domain, using just an iframe and no oauth or other external implementation.
Would be possible to imagine, that something like this can be secure running fast?
How the challenge should happen, to know for sure that the user that will be authenticated is the legit one, and that logged in elsewhere in another domain? Have you never think on this?

Top