From 23ba25138a553f1359c044a425e8b9077d0b7967 Mon Sep 17 00:00:00 2001 From: Tung Wu Date: Thu, 14 Nov 2024 15:54:57 +0800 Subject: [PATCH] Mention SAML in confidential app description --- portal/src/locale-data/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/src/locale-data/en.json b/portal/src/locale-data/en.json index 68b1cdc905..d083baa1bf 100644 --- a/portal/src/locale-data/en.json +++ b/portal/src/locale-data/en.json @@ -839,7 +839,7 @@ "CreateOAuthClientScreen.application-type.description.spa": "Front-end frameworks that use access tokens to access APIs, e.g. React, Vue, Angular", "CreateOAuthClientScreen.application-type.description.traditional-webapp": "Websites that use cookie to authenticate requests, e.g. Express, PHP, Go", "CreateOAuthClientScreen.application-type.description.native": "Mobile and desktop apps, e.g. iOS, Android, Electron", - "CreateOAuthClientScreen.application-type.description.confidential": "Allow users to login with Authgear to access any other OIDC compatible applications. e.g. WordPress, Craftcms, Magento", + "CreateOAuthClientScreen.application-type.description.confidential": "Allow user to login with Authgear to access any other OIDC or SAML compatible application. e.g. Wordpress, Figma, Salesforce", "CreateOAuthClientScreen.application-type.description.third-party-app": "Legacy. Please create a new OIDC Client Application instead.", "EditOAuthClientScreen.client-not-found": "Client ID {clientID} is not found",