Skip to content

Commit 7eae92b

Browse files
Merge pull request #5002 from adibmbrk/fix-typo
Fix typo in private-key-jwt-client-auth.md
2 parents b5a143c + c54b944 commit 7eae92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/includes/guides/authentication/oidc/private-key-jwt-client-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Prepare the JSON payload required by the authorization server for client authent
115115
}
116116
```
117117

118-
Once you have created the payload, generate a signature for it using the client application's private key. This JWT is known as the **client_assetion**.
118+
Once you have created the payload, generate a signature for it using the client application's private key. This JWT is known as the **client_assertion**.
119119
120120
## Get the access token
121121

0 commit comments

Comments
 (0)