Asp.net Identity Email Verifcation Token Not Recognized

后端 未结 1 1687
我在风中等你
我在风中等你 2021-01-22 07:25

We are using Microsoft\'s Identity Framework v2.0 in a web forms application. All is working well. We decided we want to add email verification as part of the new account set

1条回答
  •  Happy的楠姐
    2021-01-22 08:01

    I think the problem in DpapiDataProtectionProvider - If you use the same instance of this class in creating and validating the token, it'll work fine.

    Any reason you are not getting UserManager from Owin Context as per VC2013 template?

    0 讨论(0)
提交回复
热议问题