From 85e7b182854e4660b879969c263839ea2c7b5632 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 4 Jan 2021 00:17:12 +0600 Subject: [PATCH 1/2] Add Okta / IDaaS, Social login --- src/drivers/webextension/images/icons/Okta.svg | 3 +++ src/technologies.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Okta.svg diff --git a/src/drivers/webextension/images/icons/Okta.svg b/src/drivers/webextension/images/icons/Okta.svg new file mode 100644 index 000000000..1374a4dfc --- /dev/null +++ b/src/drivers/webextension/images/icons/Okta.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 9e94195c7..a0976d42c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11176,6 +11176,21 @@ "scripts": "/web/js/(?:web\\.assets_common/|website\\.assets_frontend/)\\;confidence:25", "website": "http://odoo.com" }, + "Okta": { + "cats": [ + 69 + ], + "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": "" + }, + "scripts": "oktacdn\\.com/.+/([\\d.]+)/\\;version:\\1", + "pricing": ["poa", "freemium", "recurring"], + "website": "https://developer.okta.com" + }, "Olark": { "cats": [ 52 From 71f769b44120d01f359b16dbfdcb007c605e1eac Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 4 Jan 2021 00:27:05 +0600 Subject: [PATCH 2/2] Add Okta /update category --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index a0976d42c..17e473c57 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -11178,7 +11178,7 @@ }, "Okta": { "cats": [ - 69 + 19 ], "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",