-
Notifications
You must be signed in to change notification settings - Fork 6k
[SAML] Allow to override metadata file name on Saml2MetadataFilter #9317
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
Comments
Thanks for the suggestion, @GitHanter. How would your application determine the name of the file? I'm wondering if something more involved than |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
We name it as |
Thanks, @GitHanter, that makes sense. It would be nice to have a setter that supports the Would you be able to provide a PR to add Saml2MetadataFilter filter = new ...
filter.setMetadataFilename("sp-{registrationId}-metadata.xml"); |
@jzheaux Sure, I'll do the PR this weekend. |
Currently
writeMetadataToResponse
method on Saml2MetadataFilter isprivate
, we may need itprotected
, so we can allow developer to customize the SP metadata file name.The text was updated successfully, but these errors were encountered: