Forum Discussion
Accessing Content explorer data via SPN
- Jul 30, 2025
IIRC application permissions are not supported for the cmdlet, but you assign role groups to a service principal via PowerShell:
Add-RoleGroupMember -Identity "ContentExplorerContentViewer" -Member xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Make sure to provision the SP first via New-ServicePrincipal. But again, afaik even if you grant the permissions, it is not currently supported.
Hello
Make sure you followed all the steps to set up certificate-based authentication as below,
If this is configured properly, then the permissions required is Content Explorer List Viewer role, as per the below article
Hope this helps!
Regards,
PI
Please mark as solution, if you find the answer helpful. This will assist others in the community who encounter a similar issue, enabling them to quickly find the solution and benefit from the guidance provided.