While investigation this, I see
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.
While investigation this, I see
The data coming back from the IdP does not in include an
uidattribute. We have the the settingstanford_simplesamlphp_auth_unique_idset to the correct key and logins work, but when new users come in they get mapped to the uid12345via the table above.