How do I map attributes returned by an IDP to friendly names inSimpleSAMLphp?
问题 I have successfully configured simpleSAMLphp so that it authenticates via the Test Shib IDP (https://www.testshib.org/). Test Shib returns the following attributes: urn:oid:0.9.2342.19200300.100.1.1 urn:oid:1.3.6.1.4.1.5923.1.1.1.1 urn:oid:1.3.6.1.4.1.5923.1.1.1.6 urn:oid:2.5.4.4 urn:oid:1.3.6.1.4.1.5923.1.1.1.9 urn:oid:2.5.4.42 urn:oid:1.3.6.1.4.1.5923.1.1.1.7 urn:oid:2.5.4.3 urn:oid:1.3.6.1.4.1.5923.1.1.1.10 urn:oid:2.5.4.20 I would like to map these attributes to friendly names. Can anyone