-
Notifications
You must be signed in to change notification settings - Fork 617
Update documentation about support of direct JWKS with JWT #11148
New issue
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
Update documentation about support of direct JWKS with JWT #11148
Conversation
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
Signed-off-by: Rishav Kumar <[email protected]>
98172fc
to
14e772c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @Rishav9852Kumar! Some wording suggestions before we can move to editorial review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @Rishav9852Kumar! Some suggestions before we can move to editorial review.
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
Signed-off-by: Rishav Kumar <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Rishav Kumar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Editorial review
Signed-off-by: Nathan Bower <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR adds comprehensive documentation for the new JWT JWKS (JSON Web Key Set) feature in OpenSearch 3.3, which enables direct JWKS endpoint support for JWT authentication without requiring OpenID Connect infrastructure.
What's New
jwks_uri
configuration parameterIssues Resolved
opensearch-project/security#5578
Version
3.3 & above
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.