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"
|
||||
label="forceArtifactBinding"
|
||||
/>
|
||||
<Toggle
|
||||
name="attributes.saml.authnstatement"
|
||||
label="includeAuthnStatement"
|
||||
/>
|
||||
<Toggle
|
||||
name="attributes.saml.onetimeuse.condition"
|
||||
label="includeOneTimeUseCondition"
|
||||
|
|
Loading…
Reference in a new issue