From 3e84efebdbccb69f12291169aa2fb9672df398bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:20:04 +0000 Subject: [PATCH 1/3] Initial plan From 115dd89908d7a55785448519045865c5d3a6c854 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:33:43 +0000 Subject: [PATCH 2/3] Add note about Basic Auth only working with resident Key Manager Co-authored-by: AnuGayan <19290404+AnuGayan@users.noreply.github.com> Agent-Logs-Url: https://github.com/wso2/docs-apim/sessions/bab872e6-5e1f-454d-87e3-8200e00e0b8b --- .../secure-apis-using-basic-authentication.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md b/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md index 2ac32e83cb..5fa25e710c 100644 --- a/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md +++ b/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md @@ -6,6 +6,9 @@ the OAuth2 and Basic schemes at the same time. The subsequent sections explain how you can work with Basic Authentication on the WSO2 API Gateway. +!!! note + Basic Authentication is only supported when using the **WSO2 resident Key Manager**. If a third-party Key Manager is configured, Basic Authentication will not function and only OAuth2-based authentication is supported for API invocations in that scenario. + ## Enabling Basic Authentication for an API Basic Authentication is an API level configuration. Please sign in to the API Publisher and click on the API that you need to configure the Basic Authentication. Under the Application Level Security section in the Runtime Configuration of the API Details page allow users to configure From 61a086d02fa3dd63b3ce898266d7a03668471d09 Mon Sep 17 00:00:00 2001 From: Anusha Jayasundara Date: Tue, 24 Mar 2026 13:35:12 +0530 Subject: [PATCH 3/3] Update en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../secure-apis-using-basic-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md b/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md index 5fa25e710c..4cc152ed9f 100644 --- a/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md +++ b/en/docs/api-security/runtime/api-authentication/secure-apis-using-basic-authentication.md @@ -7,7 +7,7 @@ the OAuth2 and Basic schemes at the same time. The subsequent sections explain how you can work with Basic Authentication on the WSO2 API Gateway. !!! note - Basic Authentication is only supported when using the **WSO2 resident Key Manager**. If a third-party Key Manager is configured, Basic Authentication will not function and only OAuth2-based authentication is supported for API invocations in that scenario. + Basic Authentication is only supported with the **WSO2 resident Key Manager**. When a third-party Key Manager is configured, use OAuth2-based authentication instead. ## Enabling Basic Authentication for an API Basic Authentication is an API level configuration. Please sign in to the API Publisher and click on the API that you need to configure the