Azure-Samples / active-directory-dotnet-webapp-wsfederation

A .NET MVC web application that uses WS-Federation to sign-in users from a single Azure Active Directory tenant, using the ASP.Net WS-Federation OWIN middleware.
MIT License
64 stars 52 forks source link

Can't use on a on premise ADFS server because of certificate #5

Open Patafoin opened 8 years ago

Patafoin commented 8 years ago

When using on a on premise ADFS server with certificates configured on it, I always get this message : IDX10201: None of the the SecurityTokenHandlers could read the 'securityToken'. Is there a way to workaround by specifying which certificate to use ? (certificate both installed on ADFS and IIS servers).

seannybgoode commented 7 years ago

Having the same problem. It's my understanding that the ADFS server is supposed to act as the token handler as well, yet I'm getting the exact same error as Patafoin.

ddagsan commented 1 year ago

Any solution?