"Cookie Authentication" for XenForo Cloud host

MLam

New member
We want to integrate XenForo Cloud into our existing systems.
And this would involve XenForo authenticating the user using the username and password stored into our system via "Cookie Authentication" in ASP.NET Core.

Does XenForo Cloud support this kind of this authentication?
Your sharing is appreciated.
 
Do you know what OAUTH and connected accounts is?

What you're describing is your asp net core acting as a connected account server. Eg when someone registers on the forum, there will be a register with "Your company name" button where they get redirected to your .net authentication server to complete authentication.


That would be the simplest way. You might need an addon stub to add your custom connected account provider but it would be minimal in nature.
 
Back
Top Bottom