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
Currently, the subject DID is created and used automatically when accepting the offer, but the process is not transparent to the user, and there is no option to choose the subject DID
As an SDK user,
I want to have control over the subject DID used when accepting a credential offer,
So that I can choose which DID to use instead of relying on an automatically created one.
Scenario: Accepting a credential offer with a chosen subject DID
Given I am using the SDK
When I receive a credential offer
Then I should have the option to select a subject DID before accepting the offer
And the process should be transparent to me.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposed feature
Currently, the subject DID is created and used automatically when accepting the offer, but the process is not transparent to the user, and there is no option to choose the subject DID
sdk-ts/src/plugins/internal/oea/jwt/CredentialOffer.ts
Lines 11 to 53 in ae3987f
Feature description
Feature: User control over subject DID selection
As an SDK user,
I want to have control over the subject DID used when accepting a credential offer,
So that I can choose which DID to use instead of relying on an automatically created one.
Scenario: Accepting a credential offer with a chosen subject DID
Given I am using the SDK
When I receive a credential offer
Then I should have the option to select a subject DID before accepting the offer
And the process should be transparent to me.
Anything else?
No response
The text was updated successfully, but these errors were encountered: