Identityserver4.admin: Recommendation how to send validate email from Admin API

Created on 9 Jun 2020  路  4Comments  路  Source: skoruba/IdentityServer4.Admin

Question

First of all, thank you for this project, it have saved me countless of hours in multiple projects!

But I have a question that I never seem to solve in a good way.
How would you recommend me to implement verify email from the Admin API when I create a user.
I can't seem to get the logic for UserManages GenerateEmailConfirmationTokenAsync to work in the API.

The same with the forgot password functionallity.

question

All 4 comments

@we4sz Do you use IS4Admin by using readme's instructions on installing by dotnet template or you pull directly from dev branch?

@b0 I'm using the template

Code that makes GenerateEmailConfirmationTokenAsync work called even from API is on a dev branch. It's DataProtection. Added here.

So, I would suggest that you try with latest code available.

@b0 Perfect! Got this working! Yay!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yehia2amer picture yehia2amer  路  3Comments

gokayokutucu picture gokayokutucu  路  3Comments

knepe picture knepe  路  4Comments

skoruba picture skoruba  路  4Comments

denisisack picture denisisack  路  4Comments