-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Buongiorno,
poiche sto implementanto un login spid di livello 2 è necessario abilitare il nodo eidas.
Seguendo le note di implimentazione è necessario implementare i seguenti AttributeConsumingService (esempio)
<md:AttributeConsumingService index="99">
<md:ServiceName xml:lang="it">eIDAS Natural Person Minimum Attribute Set</md:ServiceName>
<md:RequestedAttribute Name="dateOfBirth"/>
<md:RequestedAttribute Name="familyName"/>
<md:RequestedAttribute Name="name"/>
<md:RequestedAttribute Name="spidCode"/>
</md:AttributeConsumingService>
<md:AttributeConsumingService index="100">
<md:ServiceName xml:lang="it">eIDAS Natural Person Full Attribute Set</md:ServiceName>
<md:RequestedAttribute Name="address"/>
<md:RequestedAttribute Name="dateOfBirth"/>
<md:RequestedAttribute Name="familyName"/>
<md:RequestedAttribute Name="gender"/>
<md:RequestedAttribute Name="name"/>
<md:RequestedAttribute Name="placeOfBirth"/>
<md:RequestedAttribute Name="spidCode"/>
</md:AttributeConsumingService>
Come posso aggiungerli? Ho provato a modificare l'ogetto "service" nel dizionario "SAML_CONFIG" aggiungendo un ulteriore voce ma il metadato generato sembra ignorarla. Come posso inserire il valore index a 99 e 100?
Grazie per la cortese risposta e mi scuso anticipatamente se questo non è il posto gisuto dove porre la domanda