You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
I have my aspnet core v2.0 multi-tenant website where every tenant has its own specified Authorization endpoint and I need to point OAuth Middleware to a specific endpoint at runtime.
Hope I have made my scenario clear enough
The text was updated successfully, but these errors were encountered:
Is it possible to invoke OAuth Middleware at every request by configuring at runtime and not at the startup time?
Is factory based middleware (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/extensibility?view=aspnetcore-2.0) an approach I can pursue?
I have my aspnet core v2.0 multi-tenant website where every tenant has its own specified Authorization endpoint and I need to point OAuth Middleware to a specific endpoint at runtime.
Hope I have made my scenario clear enough
The text was updated successfully, but these errors were encountered: