-
Notifications
You must be signed in to change notification settings - Fork 479
Does spring-security-saml v 2.x support certificates revocation check? #438
Comments
@ekaterinasmarp Is is at the time of exchanging metadata, or at the time of signature validation (which would happen when we check metadata too)? |
Thanks for the reply, |
signatures are validated. |
Is it possible to verify signatures using PKIX profile during validation process? Or is there any other way to enable CRLs check? |
Signature validation is just a mathematical calculation between signing key, content, signature value and the verification key. I do however love pull requests should you want to include it and contribute. |
Thanks for the information! I have to think how to implement it (but probably would not start it during next couple of weeks) |
Hello,
We are using spring saml 2.0 milestone version. It is stated in documents that there is some kind of support for PKIX profile in saml 1.0: https://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/htmlsingle/#configuration-security-profiles-pkix
Is it still true for 2.0 version? How do I enable this profile?
Thanks for the great library btw :)
The text was updated successfully, but these errors were encountered: