python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to use OpenIdConnect flows to implement "login as" functionality
We have an application which uses OpenIdConnect to authn/authz access to the system. We use our own iDP based on .NET core library: openiddict.
We have 2 tiers of access to the system.
A set of users...
Paradoxical Driveway
Votes: 0
Answers: 1
MVC - Use something else than autofac to configure?
I would love to use openiddict but I can't really use Autofac since my MVC project is using another IoC right now. Also, I'd love to be able to configure it with something else, is it possible?

Nicolas Belley
Votes: 0
Answers: 1
Openiddict refresh/access token not working on multiple servers
We have used asp.net identity for authentication and integrated openiddict in it. in our case when our app is running on a single server it works fine but when it is running on load balance (multiple ...

divakar jayagopi
Votes: 0
Answers: 0