Why am I unable to get the full admin screen after upgrading EZproxy
Symptom
- After upgrading EZproxy I am no longer seeing full EZproxy admin page.
Applies to
- Version 6.6.2+ using SAML authentication
Resolution
- Open the shibuser.txt file.
- Update attribute names to be in quotation marks. See examples below:
Set login:loguser = auth:urn:mace:dir:attribute-def:eduPersonTargetedID Old Set login:loguser = auth:"urn:mace:dir:attribute-def:eduPersonTargetedID" New Set login:loguser = auth:http://schemas.xmlsoap.org/claims/Email Old Set login:loguser = auth:"http://schemas.xmlsoap.org/claims/Email" New