Skip to content

Commit 5a13c70

Browse files
Merge pull request #497 from Koosha-Owji/main
Fix: ambiguous wording about API audience claim in tokens
2 parents 96a8819 + 9160623 commit 5a13c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/developer-tools/your-apis/register-manage-apis.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ If you manage your application’s data using APIs, you can register them with K
1515

1616
Doing this facilitates authentication between your back-end code framework and front-end application where users sign in.
1717

18-
When you register your API with Kinde and link it to a Kinde application, the API will be in the audience (`aud`) claim of the token. The token can then be used to make a request from the front-end to the back-end, which verifies the token and checks the `aud` claim.
18+
When you register your API with Kinde and link it to a Kinde application, the API can be included in the audience (`aud`) claim of the token. To have it included, your front-end must request the audience by passing it when initializing the SDK or making a token request. Once included, the token can be used to make a request from the front-end to the back-end, which verifies the token and checks the `aud` claim.
19+
1920

2021
## To register an API in Kinde
2122

0 commit comments

Comments
 (0)