OpenIdDict: An email link to identity server for registering a user

32 Views Asked by At

I have a react application that connect to asp.net Core api with separated identity server (openiddict).

I want to send an email with registration link to some user so the user can register themselves and create the user in identity server.

Do I just expose my identity server url with registration path in the email?

0

There are 0 best solutions below