var REMOTE_USER empty
-
Hi, i’m currently setting up NADI for SSO. Been a lot of troubleshooting by myself and followed all guides/docu’s. I just cant get NADI to get the variable REMOTE_USER.
The error is:
2020-11-11 16:46:16 [DEBUG] NextADInt_Adi_Authentication_SingleSignOn_Service::findUsername [line 279] SSO provided username for environment variable "REMOTE_USER" is "' 2020-11-11 16:46:16 [WARNING] NextADInt_Adi_Authentication_SingleSignOn_Service::authenticate [line 102] Cannot find username for SSO.
When i dump the $_SERVER (see below) im getting the correct REMOTE_USER variable back, so i can not understand why NADI is not working.
This is output of dump:
"GET" ["REMOTE_USER"]=> string(19) "DOMAIN\xxxxxxxxx"
-edit-
For testing purposes i used another simple plugin which does correctly read the REMOTE_USER variable in wordpress so theres nothing wrong with my setup i guess only NADI is not correctly reading the var and i have no idea how to correct this.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘var REMOTE_USER empty’ is closed to new replies.