-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable additional SP metadata #433
Comments
Not supported. You will need to extend the Metadata class |
Thanks for your quick reply. It would be easier to extend this if |
Yes other toolkits (php-saml, python-saml) have generation and sign separated. Right now I see 2 alternatives:
if you implement that for your project and can provide a PR with unit test would be great. |
…ass so it is easier to extend by breaking it into a series of methods. Also adds the #add_extras convenience method which is empty but can be extended. No change to behavior.
I've raised a PR to fix this issue: #602 |
My idp requires me to add additional fields (e.g. Organization, ContactPerson, ...) to my metadata before I can register my SP with them.
Is there a way to add these to the generated metadata?
The text was updated successfully, but these errors were encountered: