- |
-
- |
-
-
- {config.domainVerified ? __("Verified") : __("Pending Verification")}
-
- |
-
-
- {config.enabled ? __("Enabled") : __("Disabled")}
-
- |
- {config.enforcementPolicy} |
-
- {config.domainVerified && config.enabled ? (
-
- ) : (
- —
- )}
- |
-
-
- {config.domainVerified ? (
- <>
- {isAuthorized("SAMLConfiguration", "updateSAMLConfiguration") && (
-
- )}
- {isAuthorized("SAMLConfiguration", "updateSAMLConfiguration") && (
-
- )}
- >
- ) : (
- <>
- {isAuthorized("Organization", "verifyDomain") && (
-
- )}
- {isAuthorized("Organization", "deleteOrganization") && (
-
- )}
- >
- )}
-
- |
-
- ))}
-