Auto accepting credential even with AutoAcceptCredential.Never #1144
Unanswered
oadamovskyi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi! What you describe would be the correct behaviour (AutoAcceptCredential.Never does not automate anything) so it might be a bug. What do you have specified on the agent? We might give the agent autoAcceptState a higher priority, which incorrect. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am curios about the reasons why all the cycle of credential acceptance doing without my interraption.
In agent.credential.offerCredential I specified autoAcceptCredential: AutoAcceptCredential.Never
I`d like to make step by step communication between issuer and holder. In my understanding credential on holder-side should stop with state Offer Received and the process should be freeze until agent holder use declineOffer or acceptOffer
I probably have some gaps in understanding, so I would be glad to get a little explanation if what am I doing wrong
Beta Was this translation helpful? Give feedback.
All reactions