-
This library needs to separate nuget packages for Core logic and Middleware/s to easily adapt to platforms and framework.
- [ ] create a core nuget package
- [ ] create a nuget package for owin mi…
-
I just wonder, is there a special reason why you don't use MemoryStream in using blocks?
https://github.com/aspnet/AspNetIdentity/blob/9c48993a446288032f9824633e6dae81257da06e/src/Microsoft.AspNet.…
-
We are using Microsoft.Owin.Security.OpenIdConnect in the Asp.NET Framework Webapp for AuthCode Flow authentication.
The initial authorization code request call to the Identity provider(EntraID) is…
-
### Prerequisites
- [*] I have written a descriptive issue title
- [*] I have verified that I am running the latest version of Nancy
- [ ] I have verified if the problem exist in both `DEBUG` and…
-
Your introduction suggests it would be possible to host an ASP.NET MVC site, but it's not at all clear how to do this. Online the consensus seems to be that MVC depends too heavily on System.Web which…
-
I am using the Owin.Security.Providers.Instagram to login to my application using Instagram. Recently I am getting the below error. {"error_type": "OAuthException", "code": 400, "error_message": "Inva…
-
I am working on upgrading a CrystalQuartz app to latest Quartz 3.x (for async support) using the beta CrystalQuartz.Owin 6.2.1-beta nuget release. Upgrade was pretty painless and mostly everything see…
-
你好,有个问题还是想请教下您。
为什么您的程序中数据库初始化策略(DropCreateDatabaseIfModelChanges)不执行呀?我把迁移文件夹删除之后就会执行了,而且之后再Enable-Migrations生成迁移文件夹之后数据库初始化策略依然可以执行,不知道您是否有做了什么设置导致它不执行?
-
Could we have one new delegate in Saml2Notifications for the exception occurred situation so that someone can process it and mark it handled or not and can decide where to redirect with what details i…
-
public void ConfigureAuth(IAppBuilder app)
{
// 将数据库上下文和用户管理器配置为对每个请求使用单个实例
app.CreatePerOwinContext(AppIdentityDbContext.Create);
app.CreatePerOwinContext…