Migrating existing users to Thinktecture IdentityServer

775 views Asked by At

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?

1

There are 1 answers

1
leastprivilege On BEST ANSWER

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