How to add a token decorator #4866
Unanswered
linker0512
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to do some testing using Connector and Identity Hub, both versions are 0.11.1.
At present, when I am calling "/management/v3.1alpha/catalog/request", the Connector can call the Hub to generate a Token, successfully parse and obtain DidDocument, and call the Hub's "/presentations/query" based on the serviceEndpoint passed in when creating the participant.
The current issue is that when calling Hub to retrieve VP, the parameter "additionalScopes" was not included. I think it may be because the tokenDecorator was not added that the DSP request ignored "scope". If so, how do I configure a tokenDecorator.
Beta Was this translation helpful? Give feedback.
All reactions