Skip to content

Commit d04da67

Browse files
chore: editorial changes (#2256)
* Chore: Editorial changes * link to the right section --------- Co-authored-by: Deepak Prabhakara <[email protected]>
1 parent 0ae1169 commit d04da67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/kratos/manage-identities/60_external-id.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This helps simplify migrations, reduce mapping layers, and align Kratos with you
2929

3030
## Configuration
3131

32-
### 1. Use `external_id` via api, not schema
32+
### 1. Use `external_id` via API, not schema
3333

3434
The `external_id` is **not** part of the identity JSON Schema. Instead, it is a dedicated top-level attribute in API requests that
3535
create or update identities.
@@ -40,7 +40,7 @@ Do not add `external_id` to your identity schema definition. It is handled separ
4040

4141
:::
4242

43-
### 2. Use `external_id` in jwt `sub` claim
43+
### 2. Use `external_id` in JWT `sub` claim
4444

4545
Set the `subject_source` to `external_id` in the tokenization config:
4646

@@ -123,7 +123,7 @@ GET /admin/identities/by/external/customer-12345?include_credential=password
123123
:::note
124124

125125
There are no other APIs that support `external_id`, for the APIs that require a Kratos `identity_id` you need to use the
126-
`Get identity by external id` API above and use the identity id from there.
126+
[Get identity by external_id](#get-identity-by-external_id) API above and use the identity id from there.
127127

128128
:::
129129

@@ -170,7 +170,7 @@ To migrate from an existing system, you can bulk import identities into Kratos a
170170

171171
### Use `PATCH /admin/identities`
172172

173-
#### Example: Basic import
173+
#### Basic import example
174174

175175
```json
176176
[
@@ -184,7 +184,7 @@ To migrate from an existing system, you can bulk import identities into Kratos a
184184
]
185185
```
186186

187-
#### Example: With pre-hashed password
187+
#### Pre-hashed password example
188188

189189
```json
190190
[

0 commit comments

Comments
 (0)