Skip to content
Hendrik Bulens edited this page Sep 7, 2016 · 1 revision

FAQ: Common issues

ExternalLoginCallback is not fired

Validate if there is presence of a similar element in the web.config: `<system.webServer>

<httpErrors>  
     <remove statusCode="401" />  
     <error statusCode="401" responseMode="ExecuteURL" path="/Error/Unauthorized" />  
</httpErrors>

` If this is the case, try remove the 401 - elements in the httpErrors node.

Clone this wiki locally