Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Identity Server 4 with multiple user stores

I just started working on integrating Identity Server 4. I am looking for some solution to have three distinct user stores for three different applications/Clients. Is it possible to do?

like image 320
Irfan Jamil Avatar asked Oct 17 '22 16:10

Irfan Jamil


1 Answers

You have access to the ID of the current client on the login page - so yes absolutely.

Check the quickstart UI

https://github.com/IdentityServer/IdentityServer4.Quickstart.UI

like image 106
leastprivilege Avatar answered Oct 21 '22 00:10

leastprivilege