Allow configure encryption details for SAML clients

Closes #40933

Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
rmartinc
2025-07-03 16:12:49 +02:00
committed by Marek Posolda
parent 52b1c1850e
commit e0bba39da0
30 changed files with 883 additions and 52 deletions

View File

@@ -134,6 +134,7 @@ public enum JBossSAMLURIConstants {
XMLSCHEMA_NSURI("http://www.w3.org/2001/XMLSchema"),
XMLDSIG_NSURI("http://www.w3.org/2000/09/xmldsig#"),
XMLENC_NSURI("http://www.w3.org/2001/04/xmlenc#"),
XMLENC11_NSURI("http://www.w3.org/2009/xmlenc11#"),
XSI_NSURI("http://www.w3.org/2001/XMLSchema-instance"),
;