Skip to content

Commit

Permalink
add in specific attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pnzrr committed Feb 29, 2024
1 parent a27a358 commit fbb6e8e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ export const ADFSWizard: FC = () => {
const newMetadata = {
...SamlIDPDefaults,
...resp.data,
nameIDPolicyFormat: "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
nameIDPolicyFormat:
"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
wantAuthnRequestsSigned: "true",
signatureAlgorithm: "RSA_SHA256",
xmlSigKeyInfoKeyNameTransformer: "CERT_SUBJECT",
};
setMetadata(newMetadata);
setIsFormValid(true);
Expand Down

0 comments on commit fbb6e8e

Please sign in to comment.