spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

Missing configurable AttributeConsumingService in Metadata Generator #437

Open impos89 opened 5 years ago

impos89 commented 5 years ago

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: `

Nome del servizio Descrizione del servizio `
fhanik commented 5 years ago

Yes, a PR is greatly appreciated. Currently md:AttributeConsumingService is left out because the endpoint for that is not implemented.

issilin commented 4 years ago

@fhanik Hello! Is this task still relevant?