Skip to content

Commit 4b19e60

Browse files
Fix suggested changes
1 parent 8f31644 commit 4b19e60

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

en/docs/get-started/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ Pre-built use cases reduce implementation from months of custom build to weeks o
7272

7373
- **Patient/Member 360 and Single Login** — Identity-led, AI-driven single customer profile that provides context to providers and payers.
7474
- **Revenue Optimization through Prior Authorization Automation** — Conversational AI agents, Prior Authorization API, CDS Service, Patient Support agent, and Healthcare Copilot to automate manual prior-authorization tasks.
75-
- **AI-driven Healthcare Interoperability** — Compliance-ready integration with EMRs, EHRs, LLMs, and HIEs via a FHIR-based API platform, adhering to HIPAA, CMS-0057, and G10 guidelines.
75+
- **AI-driven Healthcare Interoperability** — Compliance-ready integration with EMRs, EHRs, LLMs, and HIEs via a FHIR-based API platform that supports CMS-0057-F and ONC §170.315(g)(10) (G10) interoperability requirements; HIPAA obligations remain implementation considerations for deployments that handle protected health information.
7676
- **IT Cost Optimization through Vendor and Platform Consolidation** — Single-pane-of-glass consolidation of API gateways, IAM systems, and integration platforms for M&A and AI readiness.

en/docs/install-and-setup/manual.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,17 @@ This section provides step-by-step instructions to configure WSO2 Identity Serve
195195
2. Go to **Key Managers** on the left main menu.
196196
![add-key-manager.png](../assets/img/get-started/add-key-manager.png)
197197
3. Configure [WSO2 IS 7.x as a keymanager](https://apim.docs.wso2.com/en/latest/api-security/key-management/third-party-key-managers/configure-wso2is7-connector/). Enable role creation in WSO2 Identity Server 7.
198+
199+
Use the following placeholders in the endpoints below:
200+
201+
| Placeholder | Description |
202+
|---|---|
203+
| `<WSO2_IS_HOST>` | Hostname of the WSO2 Identity Server used as the Key Manager (for local setups, typically `localhost`). Port `9453` is the Identity Server HTTPS port when API Manager uses `9443` (for example, Admin Portal at `https://localhost:9443/admin` and IS Console at `https://localhost:9453/console`). |
204+
| `<IAM_SERVICE_EXTENSION_BASE>` | Hostname where the `iam-service-extension` Ballerina service is running (for local setups, typically `localhost`). |
205+
| `<PORT>` | Listen port of the `iam-service-extension` service (default `9093`). |
206+
198207
:::tip
199-
You can configure well-known URL (`https://<WSO2_APIM_BASE>:9453/oauth2/token/.well-known/openid-configuration`) and import Key manager endpoints.
208+
You can configure well-known URL (`https://<WSO2_IS_HOST>:9453/oauth2/token/.well-known/openid-configuration`) and import Key manager endpoints.
200209
:::
201210
202211
:::note

0 commit comments

Comments
 (0)