Skip to content

Commit 391f140

Browse files
Merge pull request kinde-oss#586 from kinde-oss/Fix/Property-section-headings-and-custom-claims
Fix/property section headings and custom claims
2 parents cb63e3e + f5871d3 commit 391f140

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

src/content/docs/properties/about-properties/application-properties.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ deprecated: false
3030
ai_summary: Guide to viewing and editing application properties in Kinde including manual editing and API management for application data.
3131
---
3232

33-
If you use properties to manage application data, you can edit property values manually in Kinde or via API. For example, you might want to associate an application with a specific internal ID to reference your systems.
33+
You can use properties to manage custom data for applications. You can edit property values manually in Kinde or via API. For example, you might want to associate an application with a specific internal ID to reference your systems.
3434

35-
## View the properties of an application
35+
## View application custom data
3636

3737
1. In Kinde, go to **Settings > Applications**.
3838
2. Select **View details** on the application whose properties you want to view.
3939
3. Select **Properties**.
4040

41-
## Edit property values for an application
41+
## Edit custom data values for an application
4242

4343
1. In Kinde, go to **Settings > Applications**.
4444
2. Select **View details** on the application whose properties you want to view.
@@ -47,6 +47,6 @@ If you use properties to manage application data, you can edit property values m
4747
5. In the window that opens, enter or edit the value.
4848
6. Select **Save**.
4949

50-
## Manage properties via API
50+
## Manage custom data via API
5151

5252
You can also manage application properties via the [Kinde Management API](/kinde-apis/management#tag/properties).

src/content/docs/properties/about-properties/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: f297a051-485f-4d7e-ae70-58063e96b60a
3-
title: About properties
3+
title: Custom claims and data with properties
44
description: "Overview of properties in Kinde including custom data management, token claims, property categories, and API integration for flexible data storage"
55
sidebar:
66
order: 1
@@ -45,15 +45,15 @@ For example, you might want to record a billing address separate to a delivery a
4545

4646
Properties can also be used to create custom claims.
4747

48-
## Properties can be passed in tokens
48+
## Properties let you pass custom data in tokens
4949

5050
You can choose to make a property ‘public’ so it can be made available to be passed via a token. This is essentially a way of creating a custom claim, enabling data to be transferred system to system, via API. For more information see [Add and manage properties in tokens](/properties/work-with-properties/properties-in-tokens/).
5151

52-
## Kinde-included properties
52+
## Kinde-included custom data
5353

5454
To get you started, we’ve included a set of common properties. You can easily identify these as the code key starts with `kp-` meaning Kinde-provided. You cannot edit or delete these properties.
5555

56-
## Custom properties
56+
## Custom data and properties
5757

5858
The needs of every business are different, that’s why you can create your own properties and use them any way you want. For example, you might want to create a property to collect marketing information, identifiers from your app, or customer relationship data.
5959

src/content/docs/properties/about-properties/organization-properties.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: aad4e653-56e4-43f8-ae6c-d5ecaf5b14a8
3-
title: View and edit organization properties
3+
title: Add custom data for orgs
44
description: "Guide to viewing and editing organization properties in Kinde including manual editing and API management for organization data"
55
sidebar:
66
order: 2
@@ -33,15 +33,15 @@ deprecated: false
3333
ai_summary: Guide to viewing and editing organization properties in Kinde including manual editing and API management for organization data.
3434
---
3535

36-
If you use properties to manage organization data, you can edit the property values manually in Kinde or via API.
36+
You can use the properties feature to manage custom data fields and custom token properties for organizations. Add and edit organization properties manually in Kinde, or via API.
3737

38-
## View the properties of an organization
38+
## View custom data for an organization
3939

4040
1. In Kinde, go to **Organizations**.
4141
2. Select the organization who’s properties you want to view.
4242
3. Select **Properties**.
4343

44-
## Edit property values for an organization
44+
## Edit custom data values for an organization
4545

4646
1. In Kinde, go to **Organizations**.
4747
2. Select the organization who’s properties you want to view.
@@ -50,6 +50,6 @@ If you use properties to manage organization data, you can edit the property val
5050
5. In the window that opens, enter or edit the value.
5151
6. Select **Save**.
5252

53-
## Manage properties via API
53+
## Manage custom data via API
5454

5555
You can also manage organization properties via the [Kinde Management API](/kinde-apis/management#tag/organizations/patch/api/v1/organizations/{org_code}/properties).

src/content/docs/properties/work-with-properties/manage-properties.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: 9fa41f57-5ee7-4c8b-a401-f5384e8db1bb
3-
title: Add and manage properties
3+
title: Add and manage custom data with properties
44
description: "Comprehensive guide to adding and managing properties in Kinde including property types, creation, editing, and token integration considerations"
55
sidebar:
66
order: 1

src/content/docs/properties/work-with-properties/properties-in-tokens.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: b760f3bc-1f80-4edb-b7b2-94bc9a5ad081
3-
title: Add and manage properties in tokens
3+
title: Customize tokens using properties
44
description: "Guide to adding and managing properties in tokens including token customization rules for different application types and token types"
55
sidebar:
66
order: 2
@@ -44,7 +44,7 @@ You can select what information to include in application tokens. Before you can
4444
- You can edit **Access tokens** and **ID tokens** for frontend applications.
4545
- You can only edit **M2M tokens** for M2M applications.
4646

47-
## Add properties to tokens
47+
## Add custom data to tokens
4848

4949
1. Open the relevant application. You can do this from the **Home** screen or in **Settings > Applications,** select **View details** on an application.
5050
2. Select **Tokens**.
@@ -53,7 +53,7 @@ You can select what information to include in application tokens. Before you can
5353
5. Select the **Properties** you want to add. These will be included in the token.
5454
6. Select **Save**.
5555

56-
## Edit or remove properties from tokens
56+
## Edit or remove custom data from tokens
5757

5858
1. Open the relevant application. On the **Home** screen or in **Settings > Applications,** select **View details** on your application.
5959
2. Select **Tokens**. and scroll to the **Token customization** section.

src/content/docs/properties/work-with-properties/view-user-properties.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
page_id: 9956cb4e-2df5-4f29-8583-b7654eac7cfe
3-
title: View and edit user properties
3+
title: Edit custom data for users via properties
44
description: "Guide to viewing and editing user properties in Kinde including manual editing and API management for user data"
55
sidebar:
66
order: 4
@@ -35,13 +35,13 @@ ai_summary: Guide to viewing and editing user properties in Kinde including manu
3535

3636
If you use properties to manage user data, you can edit the property values manually in Kinde or [via API](/kinde-apis/management#tag/users/patch/api/v1/users/{user_id}/properties).
3737

38-
## View the properties of a user
38+
## View the custom data for a user
3939

4040
1. In Kinde, go to **Users**.
4141
2. Browse or search, and select the user who’s properties you want to view.
4242
3. Select **Properties**.
4343

44-
## Edit property values for a user
44+
## Edit custom data for a user
4545

4646
1. In Kinde, go to **Users**.
4747
2. Browse or search, and select the user who’s properties you want to view.

0 commit comments

Comments
 (0)