-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
validUntil updateable Metadata dependency breakage #568
Comments
Great to see #569 merged, but I don't see how can I use this feature as there is no interface to pass that Am I missing something? |
If you have the settings
You can invoke it with:
|
Hm, right. Sure, but why ? I mean the output of Are you saying I need to duplicate all the logic from the I believe it would be better to do it this way #602 . What to you think @pitbulk ? |
#568 follow up - simplify generating metadata without validUntil
Hello,
The validUntil field being mandatory in the generated metadata leads to the fact that metadata expiry must be monitored or automated.
Some IdPs don't provide that feature easily accessible which breaks the libraries usability
A real world example exists in Nextcloud, nextcloud/user_saml#36
I've added a parameter to disable the validUntil from being included, as well as matching tests
Pull request: #569
The text was updated successfully, but these errors were encountered: