The simplesaml/module.php/admin/test/default-sp
URL shows my attributes with both "name" and "urn:oid..." values.
In the debug log, I see them only with urn:oid...
values.
[SimpleSAMLphp] Received attributes: {"urn:oid:2.16.840.1.113730.3.1.241":["First M Last"],"urn:oid:0.9.2342.19200300.10
0.1.3":["email@domain"],"urn:oid:1.3.6.1.4.1.5923.1.1.1.9":["Staff@domain","Member@domain"],"urn:oid:2.
5.4.42":["First"],"urn:oid:1.3.6.1.4.1.5923.1.1.1.6":["user@domain"],"urn:oid:2.5.4.4":["Last"],"urn:oid:2.5.4.3
":["First M Last"]}
And when I try to use these in $wgPluggableAuth_Config
, only the urn:oid
values seem to be valid.
I see the /var/simplesamlphp/attributemap/*
files seem to have these defined, but they are not being propagated back to the SimpleSAMLphp and PluggableAuth extensions.
I'm not sure what I'm missing.