Skip to content

Commit 1ba547e

Browse files
Address co-pilot comments
1 parent b7cbf0a commit 1ba547e

File tree

1 file changed

+9
-9
lines changed
  • en/identity-server/next/docs/apis

1 file changed

+9
-9
lines changed

en/identity-server/next/docs/apis/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ This mode is used for **machine-to-machine (M2M)** calls where no `WSO2-Identity
166166

167167
| Trusted Issuer | Thumbprint | Allowed System User | Description |
168168
|----------------|------------|---------------------|------------------------------------------------------------------------------------------------------------------------------|
169-
| Specific DN | * | * | Any certificate from the trusted issuer can be used by any system user.<br/> WSO2 does not recommend this for production use. |
170-
| Specific DN | * | system_user | Any certificate from the trusted issuer can be used by the specified system user. |
169+
| Specific DN | * | * | Any certificate from the trusted issuer can be used by any system user.<br/> WSO2 doesn't recommend this for production use. |
170+
| Specific DN | * | system_user | Any certificate from the trusted issuer can be used by the specified system user. |
171171
| Specific DN | Specific | system_user | Certificates with a listed thumbprint can be used by the specified system user.<br/> **Recommended pattern**. |
172172
| Specific DN | Specific | * | Certificates with a listed thumbprint can be used by any system user. |
173173

@@ -201,12 +201,12 @@ This mode is used when the client presents both a **certificate** and a **user h
201201

202202
##### Supported patterns
203203

204-
| Trusted Issuer | Thumbprint | Allowed Usernames | Description |
205-
|----------------|------------|-------------------|-----------------------------------------------------------------------------------------------------------------|
206-
| Specific DN | * | [*] | Any certificate from the trusted issuer can be used by any user.<br/>️ It is not recommended for production use. |
207-
| Specific DN | * | [user1, user2] | Any certificate from the trusted issuer can be used by specific users. |
208-
| Specific DN | Specific | [user1, user2] | Certificates with a listed thumbprint can be used by the specified users.<br/> **Recommended pattern**. |
209-
| Specific DN | Specific | [*] | Certificates with a listed thumbprint can be used by any user. |
204+
| Trusted Issuer | Thumbprint | Allowed Usernames | Description |
205+
|----------------|------------|-------------------|----------------------------------------------------------------------------------------------------------------|
206+
| Specific DN | * | [*] | Any certificate from the trusted issuer can be used by any user.<br/>️ It's not recommended for production use. |
207+
| Specific DN | * | [user1, user2] | Any certificate from the trusted issuer can be used by specific users. |
208+
| Specific DN | Specific | [user1, user2] | Certificates with a listed thumbprint can be used by the specified users.<br/> **Recommended pattern**. |
209+
| Specific DN | Specific | [*] | Certificates with a listed thumbprint can be used by any user. |
210210

211211
---
212212

@@ -223,7 +223,7 @@ allowed_username = ["admin", "[email protected]"]
223223
```
224224

225225
!!! note
226-
WSO2 does not recommend using wildcards in production unless it necessitates.
226+
WSO2 doesn't recommend using wildcards in production unless it necessitates.
227227
For stronger security, bind certificates to specific users or system accounts wherever possible.
228228

229229
This section covers the additional configurations that admins can use when using APIS.

0 commit comments

Comments
 (0)