Please help to create user in okta using the md5 hashed password and make it activate after the user is also created in database?
@OktaInc4 ай бұрын
Hi! Can you share more information about where and how you want to create users? Feel free to share more information on the Workflows forum: devforum.okta.com/c/workflows/28 ^MK
@nidhidiwakar48124 ай бұрын
@@OktaInc I want to create the user in okta through okta api.
@nidhidiwakar48124 ай бұрын
@@OktaInc one more question I have is like when I am running my code through local using visual studio, It is running successfully and it is redeeming the interaction code, but when I am deploying the same code in IIS, it is not able to redeem the interaction code and I am getting the exception as error code redemption exception, so please let me know like the configuration is same when I am running through local host and configuration is being used when I am running through IIS. but the issue is there, but I am getting the issue also like I am using the YAML file for getting the configuration like client secret, client IDs, issuer and the redirect URI, but somehow it is failing in the published code please help..
@OktaInc4 ай бұрын
@@nidhidiwakar4812 This is the Okta User API: developer.okta.com/docs/reference/api/users/. I don't know whether creating an MD5 hashed password is possible. My advice is to post this question on the Developer Forum: devforum.okta.com ^MK
@OktaInc4 ай бұрын
@@nidhidiwakar4812 Please post this question on the Okta Developer forum: devforum.okta.com. ^MK