0

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?

TotPeRo
  • 6,561
  • 4
  • 47
  • 60
Sabby62
  • 1,707
  • 3
  • 24
  • 37

1 Answers1

1

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

leastprivilege
  • 18,196
  • 1
  • 34
  • 50