IDX12729: Unable to decode the header '[PII is hidden]' 해결방법
Newtonsoft.Json.dll 에서 오류가 나는 현상
IDX12729: Unable to decode the header '[PII is hidden]' as Base64Url encoded string. jwtEncodedString: '[PII is hidden]'
at System.IdentityModel.Tokens.Jwt.JwtSecurityToken.Decode(String[] tokenParts, String rawData)
at System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler.ReadJwtToken(String token)
at AuthService.ValidateJwtToken(String tokenString)
현재 해당 문제가 해결됐으므로 누겟 등을 통해 최신버전 dll을 받으면 된다
관련 MS Git
https://github.com/pnp/PnP-PowerShell/issues/2394
Connect-PnPOnline -AccessToken error IDX12729: Unable to decode the header '[PII is hidden]' as Base64Url encoded string. · Iss
I got this issue on latest pnp version. Tried to login using access token on multiple tenant and got this error: IDX12729: Unable to decode the header '[PII is hidden]' as Base64Url encoded...
github.com