简体   繁体   中英

Migrating existing users to Thinktecture IdentityServer

I have an ASP.NET application with Forms Authentication. There is a users table in the DB with Id , UserName , PasswordHash and PasswordSalt .

Is it possible to migrate these users over to a fresh Thinktecture IdentityServer installation while keeping their existing credentials?

You don't migrate users TO identity server. You would rather implement a user service to connect identity server to your existing user store.

see here: https://identityserver.github.io/Documentation/docsv2/advanced/userService.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM