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