Skip to content

Commit 2b6cb05

Browse files
authored
Merge pull request #493 from GSA-TTS/np/ticket-9715/update-token-description
Add more detail to the JWT description
2 parents bb1db67 + 13bf86e commit 2b6cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/oidc/token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sidenav:
2323

2424
---
2525
{% capture client_assertion %}
26-
A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s private key (minimum length of 2048 bits) using the RS256 algorithm and containing the following claims:
26+
A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s private key (minimum length of 2048 bits) associated with the public key uploaded to your application configuration within the Dashboard. The JWT should use the RS256 algorithm and containing the following claims:
2727
- **iss** (string) — The issuer, which must be the `client_id`.
2828
- **sub** (string) — The subject, which must also be the `client_id`.
2929
- **aud** (string) — The audience, which should be (or, in the case of multiple audience values, include) the URL of the token endpoint, for example: `https://idp.int.identitysandbox.gov/api/openid_connect/token`

0 commit comments

Comments
 (0)