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