當通過Azure門戶在我的網站上激活「身份驗證/授權」時。Azures inbuild網站授權在返回我的網站後拋出權限錯誤
我沒有得到例外"You do not have permission to view this directory or page."
我被重定向回我的網站後。
而且它重定向我回到我的網站上此網址格式:https://開頭{} somewebsitename .azurewebsites.net/{} ActiveDirectoryApplicationGuid /登錄
當我看的詳細記錄的錯誤,我可以看到這個錯誤:
<h3>HTTP Error 403.71 - Forbidden</h3>
<h4>You do not have permission to view this directory or page.</h4>
</div>
<div class="content-container">
<fieldset><h4>Most likely causes:</h4>
<ul> <li>This is a generic 403 error and means the authenticated user is not authorized to view the page.</li> </ul>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>Things you can try:</h4>
<ul> <li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>Detailed Error Information:</h4>
<div id="details-left">
<table border="0" cellpadding="0" cellspacing="0">
<tr class="alt"><th>Module</th><td> EasyAuthModule_32bit</td></tr>
<tr><th>Notification</th><td> AuthenticateRequest</td></tr>
<tr class="alt"><th>Handler</th><td> ExtensionlessUrlHandler-Integrated-4.0</td></tr>
<tr><th>Error Code</th><td> 0x80004005</td></tr>
</table>
</div>
這EasyAuthModule
不是我們的代碼或任何引用我們的庫的一部分。
我該如何解決這個問題? 這個確切的設置用於正常工作,並剛剛停止工作。這增加了混亂。
現在應該解決Glimpse兼容性問題。 –