identityserver3 - Migrating existing users to Thinktecture IdentityServer -


i have asp.net application forms authentication. there users table in db id, username, passwordhash , passwordsalt.

is possible migrate these users on fresh thinktecture identityserver installation while keeping existing credentials?

you don't migrate users identity server. rather implement user service connect identity server existing user store.

see here: https://identityserver.github.io/documentation/docsv2/advanced/userservice.html


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -