Using own user repository/ database table for IdentitiyServer3 to authenticate against

439 views Asked by At

Can you please help me with some insight on using my own User repository/ database table for Identity server (IdentityServer3) to authenticate against? I know other people have done it, but can’t seem to figure out how?

1

There are 1 answers

0
leastprivilege On

You need to write a user service. The docs and samples have very good coverage of that.

https://identityserver.github.io/Documentation/docs/advanced/userService.html