You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Hi,
As I see, now it's not possible to configure md:AttributeConsumingService in MetadataGenerator for service provider.
Is it possible to do it in other way without overriding MetadataGenerator implementation ?
If it's missing, I can add support for that and share with pull request.
An example of expected result in sp metadata file: <md:AttributeConsumingService index="1"> <md:ServiceName xml:lang="it">Nome del servizio</md:ServiceName> <md:ServiceDescription xml:lang="it">Descrizione del servizio</md:ServiceDescription> <md:RequestedAttribute Name="email" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="name" </md:AttributeConsumingService>
The text was updated successfully, but these errors were encountered:
Hi,
As I see, now it's not possible to configure md:AttributeConsumingService in MetadataGenerator for service provider.
Is it possible to do it in other way without overriding MetadataGenerator implementation ?
If it's missing, I can add support for that and share with pull request.
An example of expected result in sp metadata file:
<md:AttributeConsumingService index="1"> <md:ServiceName xml:lang="it">Nome del servizio</md:ServiceName> <md:ServiceDescription xml:lang="it">Descrizione del servizio</md:ServiceDescription> <md:RequestedAttribute Name="email" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/> <md:RequestedAttribute Name="name" </md:AttributeConsumingService>
The text was updated successfully, but these errors were encountered: