Skip to content

Commit

Permalink
Add support to VA Okta integration to include claims from backend in …
Browse files Browse the repository at this point in the history
…VA token (#630)

* Add support to VA Okta integration to include user claims from backend in VA token

* Add lock file

* Update bun lock after merge

* Rename include_claims_in_va_token & change description of config toggle

* Remove sanitizeJWTTokenClaims

* Fix auth server id form id

* Add changeset

* review: rename enrich_session to include_claims

* Re-commit bun lock after main merge

* Re-commit bun lock after main merge
  • Loading branch information
spastorelli authored Feb 17, 2025
1 parent eb83ca5 commit d83963c
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 146 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-flowers-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gitbook/integration-va-okta': minor
---

Add support to VA Azure integration to include claims from backend in VA token
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion integrations/va-okta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@gitbook/api": "*",
"@gitbook/runtime": "*",
"itty-router": "^4.0.14",
"@tsndr/cloudflare-worker-jwt": "2.3.2"
"@tsndr/cloudflare-worker-jwt": "3.1.3"
},
"devDependencies": {
"@gitbook/cli": "workspace:*",
Expand Down
Loading

0 comments on commit d83963c

Please sign in to comment.