1
我必須使用護照tpe身份驗證來驗證用戶身份。爲此,我在web.config中設置了以下配置。護照身份驗證
<identity userName="username" password="password" impersonate="true"/>
<authentication mode="Passport">
<passport redirectUrl="https://login.yahoo.com"/>
</authentication>
請確認這是否正確/完整?