added missing field (#2169)

This commit is contained in:
Erik Jan de Wit 2022-03-02 22:38:52 +01:00 committed by GitHub
parent 741bc0d195
commit b8cc2f5d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,10 @@ export const SamlConfig = () => {
name="attributes.saml.artifact.binding"
label="forceArtifactBinding"
/>
<Toggle
name="attributes.saml.authnstatement"
label="includeAuthnStatement"
/>
<Toggle
name="attributes.saml.onetimeuse.condition"
label="includeOneTimeUseCondition"