No, urn:oid: is the new format. The old format would be starting with
urn:mace:. See the MACE-Dir SAML Attribute Profile for more
information:
http://middleware.internet2.edu/dir/docs/internet2-mace-dir-saml-attributes-200804.pdf
> How I can resolve it?
I assume that you would like to have attributes named "uid" and such
instead? In that case you can map them from OIDs to normal attributes
by adding the 'core:AttributeMap filter to your SP configuration in
config/authsources.php:
'default-sp' => array(
[...],
'authproc' => array(
50 => array(
'class' => 'core:AttributeMap',
'oid2name',
),
),
),
Best regards,
Olav Morken
UNINETT / Feide