Topic on Extension talk:SimpleSAMLphp

Multiple Wiki's to authenticate through a common SP

5
Summary by Cindy.cicalese

Used memcache

S0ring (talkcontribs)

Would be possible to authenticate Multiple Wiki's (like WikiFamily) through the same SP?

I made an attempt with 2 Wiki's (v.1.31) installed on separate Docker containers, on the first one I will succeed to authenticate, on the second it will fail right away with the error:

[dd62f8c9d21437953ac9a89f] /wikifamily-en/index.php/Special:PluggableAuthLogin InvalidArgumentException from line 203 of /var/www/html/includes/session/SessionManager.php: Invalid session ID
MarkAHershberger (talkcontribs)

The problem you're seeing looks like it is because you are using PHP session management. Try setting up Memcached or DB-based session management.

This post was hidden by S0ring (history)
MarkAHershberger (talkcontribs)
Cindy.cicalese (talkcontribs)

It is definitely possible to authenticate multiple wikis through the same SP.