This object is in archive! 
Doing a remote login - inversed SSO
Is there any way to turn the whole SSO the other way around - I'm thinking of the following:
- The user does a login on my website
- The website authenticates him and sends a request to UR
- UR will automatically login that user or create it if needed
I want to be able to put useresponse as an IFRAME directly into my website as if it was part of it. I already modified the template for all of that - I only need to get the login working somehow. If there is nothing for that yet, which method should I use to create/login a user in a custom script?
Alexander,
UseResponse already includes requested features, but login/registration from third-party apps goes in semi-automatic way. In other words UR uses the session and cookies to know about external logged in user.
Use our PHP-SSO.Class for this corresponding Single-Sign On setup manual. In your case you need to reload your IFRAME with UseResponse in final step once the user has logged in.
Alexander,
UseResponse already includes requested features, but login/registration from third-party apps goes in semi-automatic way. In other words UR uses the session and cookies to know about external logged in user.
Use our PHP-SSO.Class for this corresponding Single-Sign On setup manual. In your case you need to reload your IFRAME with UseResponse in final step once the user has logged in.
I know that here is this SSO Class, but forcing my user to click some kind of button or re-entering his user data is not what I want. I will build a custom script for that, maybe I can get more insight by looking at the source code of the LoginPlus Module.
I know that here is this SSO Class, but forcing my user to click some kind of button or re-entering his user data is not what I want. I will build a custom script for that, maybe I can get more insight by looking at the source code of the LoginPlus Module.
Replies have been locked on this page!