Single Sign On? #62
-
Is it possible to do single sign-on via the PHPBB_Auth extension? It appears it was a feature at one point, but it's not clear to me how to configure it... or if the new token system rendered it "too much trouble". I realize this has been asked before, but it appears to have been asked years ago and regarding versions that are no longer applicable. There used to be other SSO options for PHPBB -> MediaWiki, but they are way out of maintenance and no longer function with modern versions of PHPBB nor MediaWiki. Having a single cohesive site that doesn't require my users to continually enter credentials on various facets of the site would be invaluable. I'm poor, but I'm motivated to find funds to compensate any who could get that to work. P.S. I'm also a not-entirely-hopeless coder and am willing to contribute in that way, though this is feature currently beyond my abilities alone. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I've found SSO more of a confusing bother than a help. Also, browsers fill in the credentials for me, so I barely notice the difference. |
Beta Was this translation helpful? Give feedback.
-
I think this is possible with a combination of Auth_remoteuser and some code to take the PHP session cookie and look up the user. It's not immediately clear to me how this fits into this extension but I'm still thinking about it. |
Beta Was this translation helpful? Give feedback.
I think this is possible with a combination of Auth_remoteuser and some code to take the PHP session cookie and look up the user. It's not immediately clear to me how this fits into this extension but I'm still thinking about it.