Skip to content

Commit eb71121

Browse files
Update code block language from jwt to text
Changed the code block language identifier to "text" for better clarity and alignment with the content.
1 parent 3a6ef57 commit eb71121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/apis/aspnetcore

src/content/docs/identityserver/apis/aspnetcore/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In OAuth there are two complementary mechanisms to embed more information about
4848

4949
If you designed your APIs around the concept of [API resources](/identityserver/fundamentals/resources/api-resources/), your IdentityServer will emit the `aud` claim by default (`api1` in this example):
5050

51-
```jwt
51+
```text
5252
{
5353
"typ": "at+jwt",
5454
"kid": "123"

0 commit comments

Comments
 (0)