Add Okta logo and API-key dialog mapping
Add the Okta brand mark to the ThirdParties atoms (export, logo map, and ThirdPartyLogo wiring) and map the generic "domain" extra setting to the oktaDomain field in the add-access-source dialog so the API-key connect flow submits the org domain. Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
@@ -142,6 +142,9 @@ function mapAPIKeyExtraSettingToField(
|
||||
if (settingKey === "region") return "posthogRegion";
|
||||
if (settingKey === "instanceUrl") return "posthogInstanceUrl";
|
||||
break;
|
||||
case "OKTA":
|
||||
if (settingKey === "domain") return "oktaDomain";
|
||||
break;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user