-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConcurrentLogin Example #243
Comments
hi Their implementation is almost the same. |
Hi, @maliming. We managed to make the code work with OpenIddict, and now we have a question about how to implement this in a microservices solution since it requires the code below in each OnApplicationInitialization method of the microservices. Our question is whether we need to make all microservices aware of Identity and place this code in each one of them, or if there is a more centralized way to do this. Sorry for taking up your time, and thank you very much!
|
Are you using the abp microservice? eg eShopOnAbp? |
We've created a microsservice solution using ABP Suite. |
hi The ConcurrentLogin doesn't work for the microservice solution. |
Hello!
The ConcurrentLogin Example is currently using IdentityServer, could you please update it to use OpenIddict?
Thanks!
The text was updated successfully, but these errors were encountered: