SSO in C# .NET App

Hello,

Does anyone know of an exmample that implements SSO DiscourseConnect - Official Single-Sign-On for Discourse (sso) in a C# .NET application?

I’m looking to use my .NET web application as the Authenticaion provider, maybe somebody has done this before and can save me a lot of time and effort?

Thanks,

Justin

This does it the other way around (use Discourse as the SSO provider) but you might be able to borrow some of the code. DiscourseSso/src/DiscourseSso/Controllers at master · Biarity/DiscourseSso · GitHub

2 Likes