Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDX12729: Unable to decode the header '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' as Base64Url encoded string. #4720

Closed
KarinaxRivera opened this issue May 29, 2024 · 3 comments

Comments

@KarinaxRivera
Copy link

KarinaxRivera commented May 29, 2024

Description of the issue

When running Export-M365DSCConfiguration using a certificate thumbprint, I get the following error message:

IDX12729: Unable to decode the header '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' as Base64Url encoded string.
At C:\Program Files\WindowsPowerShell\Modules\ExchangeOnlineManagement\3.5.0\netFramework\ExchangeOnlineManagement.psm1:762 char:21

  •                 throw $_.Exception.InnerException;
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OperationStopped: (:) [], ArgumentException
    • FullyQualifiedErrorId : IDX12729: Unable to decode the header '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'
      as Base64Url encoded string.

Any insight to this error would be helpful as I have not found anything relevant to fixing the issue.

Microsoft 365 DSC Version

1.24.529.1

Which workloads are affected

Exchange Online

The DSC configuration

No response

Verbose logs showing the problem

No response

Environment Information + PowerShell Version

No response

@ricmestre
Copy link
Contributor

That's a problem between Graph and EXO 3.5.0 module. Please update M365DSC to today's release which rolled back EXO to 3.4.0 and solves this issue.

@KarinaxRivera
Copy link
Author

This solved it, thanks so much!

@reikor0x
Copy link
Member

Same problem here again. Updated module and dependencies, not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants