You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theCertificate
property ofServiceCertificate
was virtual, or theServiceCertificateCollection
would useIServiceCertificate
s instead, we could easily implement this in a subclass.Environment:
The text was updated successfully, but these errors were encountered: