Hello,
Thanks for making this simple and nice module.
I have install this module in http://openid6.tk/ (this is Receiver, I have disable this as sender) and in http://usa.openid6.tk/ (this is Sender, I have disable this as receiver). In the documentation (see here), it is written under SINGLE SIGN-ON - that -
You need to add a link of the form "sso/goto//path/to/destination", where servername might be site1.com and the path/to/destination is the target path on the remote site. When a user clicks on a link like this, they will be automatically redirected and logged in to the remote server
Can you please explain what should be the URL here for my website "sso/goto//path/to/destination"? I have not understand this.
And also under Security it is written -
Then on each slave site, you'll probably want to replace the user edit page with a link to "sso/goto//user"
Can you please explain what should be the URL here for my website "sso/goto//user"?
Comments
Comment #1
surendramohan commentedI have been using this module; and I agree this statement is quite confusing, and it needs to be changed.
I figured out the path which is as follows:
http://site1.com/sso/goto/site2.com/user
where;
site1.com is the sender site.
site2.com is the receiver site.
The above link would lead to the /user page at the receiver site, and can be changed based on specific requirement.
I hope, this helps.