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 && (
|
||||
<FormAccess
|
||||
role="manage-identity-providers"
|
||||
isHorizontal
|
||||
|
@ -204,6 +205,7 @@ export const DetailSettings = () => {
|
|||
>
|
||||
<ReqAuthnConstraints />
|
||||
</FormAccess>
|
||||
)}
|
||||
<FormAccess
|
||||
role="manage-identity-providers"
|
||||
isHorizontal
|
||||
|
|
Loading…
Reference in a new issue