1
有沒有辦法使用ADAL .net庫進行索賠轉換並使用UseWindowsAzureActiveDirectoryBearerAuthentication?使用ADAL索賠轉換
我使用UseOpenIdConnectAuthentication時
有沒有辦法使用ADAL .net庫進行索賠轉換並使用UseWindowsAzureActiveDirectoryBearerAuthentication?使用ADAL索賠轉換
我使用UseOpenIdConnectAuthentication時
JwtSecurityTokenHandler
定義虛擬函數CreateClaimsIdentity
,你可以採取的控制是能夠做到這一點的SecuityTokenValidated事件。
您需要提供自定義實現JwtSecurityTokenHandler
並將WindowsAzureActiveDirectoryBearerAuthenticationOptions.TokenHandler
設置爲自定義實現。