How to start using DotNetOpenAuth

I created a simple page using the code provided by this page (first sample):

http://www.dotnetopenauth.net/developers/code-snippets/programmatic-openid-relying-party/

But I can’t make it work, I can redirect to the provider, but when the provider redirects back to my page, I get an error 500: "The request was rejected by the HTTP filter."

I already checked the ISAPI filters that I don't have.

+3
source share
2 answers

I found that I am using Isa on the server, so I just followed this instruction to make it work.

http://blog.brianfarnhill.com/2009/02/19/sharepoint-gets-the-error-the-request-was-rejected-by-the-http-filter/

+1

. - Visual Studio (Casini) IIS? , HTTP-, IIS (, , web.config), - .

, ASP.NET , OpenID, , HTML/Javascript-, .

+1

Source: https://habr.com/ru/post/1734543/


All Articles