Umbraco 9 custom OWIN #11526
prosperva
started this conversation in
Features and ideas
Replies: 1 comment
-
OWIN doesn't exist as a concept in .net core, however there is a native middleware pipeline which you can configure in Startup.Configure. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-5.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement custom OWIN for Umbraco 9 and was wondering if this is possible. In our Umbraco 8, we are using LDAP to authenticate users.
Beta Was this translation helpful? Give feedback.
All reactions