added missing field (#2169)
This commit is contained in:
parent
741bc0d195
commit
b8cc2f5d7b
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ export const SamlConfig = () => {
|
||||||
name="attributes.saml.artifact.binding"
|
name="attributes.saml.artifact.binding"
|
||||||
label="forceArtifactBinding"
|
label="forceArtifactBinding"
|
||||||
/>
|
/>
|
||||||
|
<Toggle
|
||||||
|
name="attributes.saml.authnstatement"
|
||||||
|
label="includeAuthnStatement"
|
||||||
|
/>
|
||||||
<Toggle
|
<Toggle
|
||||||
name="attributes.saml.onetimeuse.condition"
|
name="attributes.saml.onetimeuse.condition"
|
||||||
label="includeOneTimeUseCondition"
|
label="includeOneTimeUseCondition"
|
||||||
|
|
Loading…
Reference in a new issue