Support for multiple certificates in IdP metadata #146
Unanswered
acorns-shiraki
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@acorns-shiraki, as you suspected, multiple certificates do not appear to be supported. How do you propose that should work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working on implementing SAML SSO using your library, and I have a question regarding the support for multiple certificates in the IdP metadata.
It's a common practice for IdPs to publish multiple certificates (e.g., a new one and an old one) in their metadata for smooth certificate rotation and to avoid downtime during updates. However, from my investigation of the library's code, it seems that it might not support multiple certificates for IdPs.
Could you please confirm if this is the case? If the library does support multiple IdP certificates, could you point me to the relevant part of the code or documentation?
Thank you for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions