Hi Guys,
did anyone implement single sign in?
i'll handle authentication myself, but i want to generate a cookie with web services and push it to the browser.
did anyone implement something like that?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Benny@bennyb

Benny - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.https://github.com/arckinteractive/elgg3_oauth_sso
https://github.com/ColdTrick/saml_sso
https://es.wzm.me/products/view/1735/elgg-hybridauth (required Elgg Theme)
Let me know if that's not what you need.
You can try how it works between our apps:
Sign in PostWall then connect to eStore (you can delete accounts both after testing)
Hi Nikolai,
thanks for your reply,
my app already does authenticaiton, but it's basic database authentication.
I want elgg to generate a session without further authentication, trusting that i already have authenticated the user. is there a way to generate a session in the database or something of that sort?
The mentioned plugins do it. At least https://github.com/arckinteractive/elgg3_oauth_sso