aspnet / Security

[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.27k stars 600 forks source link

ASP.NET core 2.0 using wsfederation authentication application is in endless loop when logging in #1850

Closed AbhiShetti closed 5 years ago

AbhiShetti commented 6 years ago

Hi , i have implemented the wsfederation auth with pingfederate identity , but after loggin my application is
in endless loop. I am stuck at this point . can anyone please help me out from this. I am attaching the startup.cs Startup.txt Also the wsfederation extenstion AddWsFedAuthenticationExtensions.txt

Tratcher commented 6 years ago

The code samples are incomplete, please share a full project on GitHub that demonstrates the issue.

A Fiddler trace and application logs are useful for debugging loops like this.