From d9ba3cffa1e6f33f77eba1ea3ffc62758d4cb49a Mon Sep 17 00:00:00 2001 From: Thomas Hendrickson Date: Wed, 2 Nov 2022 11:06:48 -0400 Subject: [PATCH 1/2] Template update --- src/technologies/o.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index 5628b4a32..fe4c24d19 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -342,9 +342,8 @@ "description": "Okta is a platform in the Identity-as-a-Service (IDaaS) category. Okta features include Provisioning, Single Sign-On (SSO), Active Directory (AD) and LDAP integration, the centralized de-provisioning of users, multi-factor authentication (MFA), mobile identity management.", "icon": "Okta.svg", "js": { - "OktaAuth": "", - "isOktaEnabled": "", - "oktaCurrentSessionUrl": "" + "okta.cdnUrlHostname": "", + "okta.locale": "" }, "pricing": [ "poa", From 64c9b5724fe41e522dee4db8addeff3d72fa0245 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 4 Nov 2022 08:03:43 +1100 Subject: [PATCH 2/2] Update o.json --- src/technologies/o.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/o.json b/src/technologies/o.json index fe4c24d19..c044c7c11 100644 --- a/src/technologies/o.json +++ b/src/technologies/o.json @@ -342,6 +342,9 @@ "description": "Okta is a platform in the Identity-as-a-Service (IDaaS) category. Okta features include Provisioning, Single Sign-On (SSO), Active Directory (AD) and LDAP integration, the centralized de-provisioning of users, multi-factor authentication (MFA), mobile identity management.", "icon": "Okta.svg", "js": { + "OktaAuth": "", + "isOktaEnabled": "", + "oktaCurrentSessionUrl": "", "okta.cdnUrlHostname": "", "okta.locale": "" }, @@ -1774,4 +1777,4 @@ }, "website": "https://owncloud.org" } -} \ No newline at end of file +}