Update credentials using adminUpdateIdentity method #209
Answered
by
aeneasr
jimit-raval-roambee
asked this question in
Q&A
-
I'm trying to update credentials of Identity using adminUpdateIdentity method. I've found below comment for adminUpdateIdentity method :
Is there any possibility in future that ORY will provide support of updating credentials ( password ) of Identity ? |
Beta Was this translation helpful? Give feedback.
Answered by
aeneasr
Jan 4, 2023
Replies: 1 comment 3 replies
-
Hi, if you update your SDK you will notice that the comment is gone. It is possible to set credentials as part of the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, if you update your SDK you will notice that the comment is gone. It is possible to set credentials as part of the
updateIdentity
method now!