Merge branch 'uwmsn-email' into 'master'
Chore: replace EPPN with email This PR fixes an error in `PreauthUserDetailsProvider` where EPPN was being passed to the constructor in place of email, an artifact of the email attribute not being delivered by Shib until recently. Please review: @ahoffmann @weizhong-wang @KJOYNER See merge request !9
No related branches found
No related tags found
... | ... | @@ -4,7 +4,7 @@ |
"type": "library", | ||
"homepage": "https://git.doit.wisc.edu/adi-ia/uw-php-security", | ||
"license": "Apache-2.0", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"authors": [{ | ||
"name": "UW-Madison DoIT ADI Integrated Applications", | ||
"email": "adi-ia@lists.wisc.edu", | ||
... | ... |
Please register or sign in to comment