-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The on-behalf token was not cached per request in the strategy method, but was always set once with the token of the first requesting user when the strategy method was called for the very first time. This token was then the token for ANY user that was routed to the APIs (“on behalf of”) via the gateway until the next restart of the gateway. Each on-behalf token is now cached with the unique, incoming session ID of the requesting user and can therefore be retrieved correctly when needed again.
- Loading branch information
Showing
1 changed file
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters