Skip to content
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

Support dynamically updating the ServiceCertificates during rollover (ASP.NET Core) #1447

Open
chwallen opened this issue Apr 2, 2024 · 1 comment

Comments

@chwallen
Copy link

chwallen commented Apr 2, 2024

We are using rolling certificates with quite short validity periods (60 - 90 days). In order for the rollover to take effect in the metadata, we need to restart our service as the certificates are loaded once from disk during AddSaml2. If the Certificate property of ServiceCertificate was virtual, or the ServiceCertificateCollection would use IServiceCertificates instead, we could easily implement this in a subclass.

Environment:

  • .NET Core 8
  • Sustainsys.Saml2.AspNetCore2 v2.9.2
@AndersAbel
Copy link
Member

Reopening and adding as a possible future feature to consider for v3.

@AndersAbel AndersAbel reopened this May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants