You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Token Exchange RFC might help users who need our workflows to act on behalf of resource owners. For example, Alice wants to call a workflow to access the Pet Store. The data retrieved by the Pet Store must be related and owned by Alice.
Alice can send a request to the workflow containing her access ID to the Pet Store but not the authentication secrets (e.g., username and password). The workflow will use its service token to exchange for a valid one representing Alice in the Pet Store before calling any REST functions to the resource service.
The Token Exchange RFC might help users who need our workflows to act on behalf of resource owners. For example, Alice wants to call a workflow to access the Pet Store. The data retrieved by the Pet Store must be related and owned by Alice.
Alice can send a request to the workflow containing her access ID to the Pet Store but not the authentication secrets (e.g., username and password). The workflow will use its service token to exchange for a valid one representing Alice in the Pet Store before calling any REST functions to the resource service.
Resources:
The text was updated successfully, but these errors were encountered: