I'm having a problem with access rights in the Mediawiki extension.
Trying to limit read access of the wiki to forum members only, I set
Code:
$wgGroupPermissions['*']['read'] = false;
in the Mediawiki config.
This however seems to lock out VBSSO completely, the single sign on no longer works.
Whitelisting Special:UserLogin doesn't do a difference either.
The api.php documentation mentions the vbsso plugin requires read rights. How do I assign these?