Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
88ef47b
feat: added OAuth2 support and enhance security parameter handling
harshit078 May 19, 2026
02abd75
Merge branch 'main' into Add-support-for-clientCredential
harshit078 May 22, 2026
590d9b8
feat: extended OAuth2 support by adding token exchange
harshit078 May 22, 2026
b834cf2
feat: added Oath2 validation tests
harshit078 May 22, 2026
789afed
feat: added security validation async3
harshit078 May 22, 2026
c59d0a4
Merge branch 'main' into Add-support-for-clientCredential
harshit078 May 22, 2026
978d836
feat: added OAuth2 token and password flow
harshit078 May 25, 2026
ef3b37c
feat: added test for oauth2
harshit078 May 26, 2026
8528b1f
Merge branch 'main' into Add-support-for-clientCredential
harshit078 May 26, 2026
9978d3b
feat: added changeset
harshit078 May 26, 2026
9de2521
fix: failing vale failing test
harshit078 May 26, 2026
e06b3a0
fix: comments addressed by cursor
harshit078 Jun 2, 2026
a8fc9a8
Merge branch 'main' into Add-support-for-clientCredential
harshit078 Jun 2, 2026
0dfb96d
fix: failing lint test
harshit078 Jun 2, 2026
cda6f48
fix: comment left by cursor
harshit078 Jun 2, 2026
9ef677b
fix: failing lint test
harshit078 Jun 2, 2026
637545a
fix: failing lint test
harshit078 Jun 2, 2026
25a0c58
Merge branch 'main' into Add-support-for-clientCredential
harshit078 Jun 8, 2026
3978e59
fix: address cursor comments
harshit078 Jun 9, 2026
120e465
fix: addrress cursor bot comment
harshit078 Jun 9, 2026
a160588
Merge branch 'main' into Add-support-for-clientCredential
harshit078 Jun 9, 2026
a98fd8c
fix: addrress cursor bot comment
harshit078 Jun 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/oauth2-x-security-token-exchange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@redocly/respect-core': minor
'@redocly/openapi-core': minor
'@redocly/cli': minor
---

Added OAuth2 token exchange for `x-security` schemes with the `password` and `clientCredentials` flows. Respect fetches the access token from `tokenUrl` and apply `Authorization: Bearer` to the request, which allows to manually obtain a `accessToken`. The `x-security-scheme-required-values` rule now validates the credentials required by the declared flow. Pre-fetched `accessToken` values continue to work.
Loading
Loading