parent
d71b3a10bf
commit
cce21c43a6
1 changed files with 9 additions and 7 deletions
|
@ -197,13 +197,15 @@ export const DetailSettings = () => {
|
|||
</>
|
||||
)}
|
||||
{isSAML && <DescriptorSettings readOnly={false} />}
|
||||
<FormAccess
|
||||
role="manage-identity-providers"
|
||||
isHorizontal
|
||||
onSubmit={handleSubmit(save)}
|
||||
>
|
||||
<ReqAuthnConstraints />
|
||||
</FormAccess>
|
||||
{isSAML && (
|
||||
<FormAccess
|
||||
role="manage-identity-providers"
|
||||
isHorizontal
|
||||
onSubmit={handleSubmit(save)}
|
||||
>
|
||||
<ReqAuthnConstraints />
|
||||
</FormAccess>
|
||||
)}
|
||||
<FormAccess
|
||||
role="manage-identity-providers"
|
||||
isHorizontal
|
||||
|
|
Loading…
Reference in a new issue