Make sure the conditional access bypass only shows up for okta (#39169)
**Related issue:** Resolves #37276
This commit is contained in:
@@ -512,7 +512,7 @@ const ConditionalAccess = () => {
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
{(oktaConfigured || entraPhase === EntraPhase.Configured) && (
|
||||
{oktaConfigured && (
|
||||
<div className={`${baseClass}__end-user-experience`}>
|
||||
<SectionHeader title="End user experience" />
|
||||
<form onSubmit={handleSaveBypassSettings}>
|
||||
|
||||
Reference in New Issue
Block a user