Skip to content

Commit

Permalink
feat(jans-keycloak-integration): enhancements to jans-keycloak-integr…
Browse files Browse the repository at this point in the history
…ation #8614

* have scheduler create saml clients with document and assertion signing as default configuration

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Jun 19, 2024
1 parent a84d52a commit b4459c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ private void initClientRepresentation() {
clientRepresentation.setAuthenticationFlowBindingOverrides(authnFlowBindingOverrides);

//set default saml attributes
samlShoulDocumentsBeSigned(false);
samlSignAssertions(false);
samlShoulDocumentsBeSigned(true);
samlSignAssertions(true);
samlForcePostBinding(false);
samlEncryptAssertions(false);
samlForceArtifactBinding(false);
Expand Down

0 comments on commit b4459c1

Please sign in to comment.