We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ClientAssertionClaims struct in client.mustache has an ID field (jti claim)
okta-sdk-golang/.generator/templates/client.mustache
Lines 1206 to 1213 in 097ef41
but this is not used in createClientAssertion
Lines 349 to 359 in 097ef41
The client assertion token should have a jti claim to prevent reuse.
The client assertion token can be used multiple times.
N/A
The other SDKs add a jti claim:
Any
Latest
No response
The text was updated successfully, but these errors were encountered:
https://oktainc.atlassian.net/browse/OKTA-733548
Sorry, something went wrong.
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the stale label.
stale
No branches or pull requests
Describe the bug?
The ClientAssertionClaims struct in client.mustache has an ID field (jti claim)
okta-sdk-golang/.generator/templates/client.mustache
Lines 1206 to 1213 in 097ef41
but this is not used in createClientAssertion
okta-sdk-golang/.generator/templates/client.mustache
Lines 349 to 359 in 097ef41
What is expected to happen?
The client assertion token should have a jti claim to prevent reuse.
What is the actual behavior?
The client assertion token can be used multiple times.
Reproduction Steps?
N/A
Additional Information?
The other SDKs add a jti claim:
Golang Version
Any
SDK Version
Latest
OS version
No response
The text was updated successfully, but these errors were encountered: