Skip to content

Commit 9895fea

Browse files
authored
feat: Add RSA_SHAxxx_MGF1 signature algorithms to SAML identity provider config (#1199)
Signed-off-by: Yannik Rödel <[email protected]>
1 parent 7e67b80 commit 9895fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/resource_keycloak_saml_identity_provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ var nameIdPolicyFormats = map[string]string{
2222
var signatureAlgorithms = []string{
2323
"RSA_SHA1",
2424
"RSA_SHA256",
25+
"RSA_SHA256_MGF1",
2526
"RSA_SHA512",
27+
"RSA_SHA512_MGF1",
2628
"DSA_SHA1",
2729
}
2830

0 commit comments

Comments
 (0)