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
select * from stanford_ssp_sunetid;
+-------+-------+
| sunet | uid |
+-------+-------+
| | 12345 |
+-------+-------+
1 row in set (0.01 sec)
The data coming back from the IdP does not in include an uid attribute. We have the the setting stanford_simplesamlphp_auth_unique_id set to the correct key and logins work, but when new users come in they get mapped to the uid 12345 via the table above.