I would like to add attributes to my sp metadata. (AttributeConsumingService) I couldn't see a way in the the spring saml api to do this. Is it possible?
Printable View
I would like to add attributes to my sp metadata. (AttributeConsumingService) I couldn't see a way in the the spring saml api to do this. Is it possible?
Not at the moment, but I'd encourage you to file a feature request to Jira. You can also extend the MetadataGenerator class to provide functionality you require or amend the generated SP metadata by hand.
Vladimir Schäfer