question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET Core / OWIN Support?

See original GitHub issue

ASP.NET Core has a very different authentication format which is built on the Microsoft.AspnetCore.Authentication namespace (you can see their code here: https://github.com/aspnet/Security). They already provide many pre-built authentication providers, including OAuth, OIDC, JWT, Facebook, Google, etc, and other people have written extensions to bring in even more providers. As far as I can tell there are no working CAS providers for .NET Core 2.0 (the current version), and I’m wondering if this project has considered building against this new set of APIs and publishing a .NET Standard library so it can be used in .NET Standard & Core apps.

The end result would look something like this

services.AddAuthentication().AddCas(casOptions => { ... });

Thanks for your consideration!

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:10
  • Comments:34 (15 by maintainers)

github_iconTop GitHub Comments

4reactions
taadiscommented, Jan 22, 2019

now, is there any progress for dotnetcore-cas-client?

4reactions
mccalltdcommented, Feb 9, 2018

2.x works for me! Thanks for the feedback.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Open Web Interface for .NET (OWIN) with ASP.NET Core
OWIN allows web apps to be decoupled from web servers. It defines a standard way for middleware to be used in a pipeline...
Read more >
Does ASP.NET Core still use OWIN?
Yes, OWIN is still a primary supported standard. .Net core supplies the bare essentials to build your web app. Pull in the OWIN...
Read more >
Microsoft.AspNetCore.Owin Namespace
A loosely-typed OWIN environment wrapper over an HttpContext. ... This enables ASP.NET Core components to use WebSockets on OWIN based servers.
Read more >
Microsoft.AspNetCore.Owin 7.0.10
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
Read more >
OWIN in ASP.NET Core| What is OWIN in .NET? - Dotnet Stuff
OWIN is short form for Open Web Interface for .NET. OWIN is a kind of an open-source framework. It is not a framework,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found