You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2021. It is now read-only.
I'm a .NET dev with limited PHP experience, but I also just received this error and was able to work around it. I by no means understand the inner workings of PHP or MediaWiki, but this is what I did:
The variable $wgAuthRemoteuserIssuers in the AuthAzureEasyAuth.php should actually be $wgAuthAzureEasyAuthIssuers.
I had no claim provided by Azure AD for UPN. I used the emailaddress claim instead as seen below.
private function getUpn()
{
#return $this->getClaim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn");
return $this->getClaim("http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress");
}
@vaibhavmalushte I think you may have even more issues thought as your issuer is coming across blank. Mine came through matching the value from LocalSettings.php.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am getting below error.
You are not allowed to access this site with account [ ]. Issuer was [ ].
Kindly advise.
Thank you,
Vaibhav
The text was updated successfully, but these errors were encountered: