Skip to content

Questions About Connector and Identity Hub Interaction #4932

Discussion options

You must be logged in to vote

The connector doesn't directly interact with "its own" IdentyHub. Rather, it interacts with the SecureTokenService, to obtain ID tokens. This SecureTokenService may be embedded directly in the IdentityHub (default case), or it could be a standalone service (not recommended, only in special use cases). The STS URL, client-id and client secret alias are configuration values (edc.iam.sts.oauth.[token.url,client.id,client.secret.alias]).

However, there are ofc interactions with the counter-party's IdentityHub, because the connector obtains the VCs using the Presentation Flow. To do that, the verifying connector inspects the DID document (contained in the ID token) of the proving connector and…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Zhipeng-lin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants