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