Hi
I was wondering if someone could point me in the right direction. I'm working on an asp core application with angular. I've had windows authentication working with it for a while now. Sadly there has been a 3rd party application added which doesn't support single sign on so I'm having to now rework my application. What is the best approach to tie this into the identity framework? It stores all the information we need for our permissions and the user needs to be authenticated before you can get them. I've had a look around and can't see any information on how to write one from scratch. Would it be a custom user manager? Really what I want to be doing is implementing something similar to the social site extensions.
Any info would be greatly appreciated.
Liam
I was wondering if someone could point me in the right direction. I'm working on an asp core application with angular. I've had windows authentication working with it for a while now. Sadly there has been a 3rd party application added which doesn't support single sign on so I'm having to now rework my application. What is the best approach to tie this into the identity framework? It stores all the information we need for our permissions and the user needs to be authenticated before you can get them. I've had a look around and can't see any information on how to write one from scratch. Would it be a custom user manager? Really what I want to be doing is implementing something similar to the social site extensions.
Any info would be greatly appreciated.
Liam