A cloud-based identity and access management service for securing user authentication and resource access
After uninstalling Microsoft.Online.SharePoint.PowerShell completely and reinstalling resolved my problem.
Thanks all
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i am getting below error when i try to read site information using sharepoint App .
reason="Token type is not allowed.";category="invalid_request"
i given all the permissions for App. After searching google many suggested to run "set-spotenant -DisableCustomAppAuthentication $false"
But when i run this command in spo admin powershell i am getting below error
"Set-SPOTenant : A parameter cannot be found that matches parameter name 'DisableCustomAppAuthentication'."
Anyone knows solution for this error?
thanks in advance
A cloud-based identity and access management service for securing user authentication and resource access
Answer accepted by question author
After uninstalling Microsoft.Online.SharePoint.PowerShell completely and reinstalling resolved my problem.
Thanks all
Maybe the PowerShell module needs to be updated:
Update-Module -Name Microsoft.Online.SharePoint.PowerShell -Force