-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Allow a SAML2 relying party registration's decryption X509 credentials to be configured via application properties #23705
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
Comments
I have two more annotations:
|
Actually, we used to configure both signing and decryption with the existing configuration property but the use of |
@dawi this will be available in |
@snicoll I could successfully authenticate against Keycloak with |
@dawi thanks for trying it out! |
Saml2RelyingPartyRegistrationConfiguration does not support setting of decryptionX509Credentials.
Via Java Config it is possible to set decryption credentials like this:
Unfortunately this is not possible via Spring Boot application.properties.
The text was updated successfully, but these errors were encountered: