Problem: When using the OATH 2.0 Client for authentication into Privileged Access Service. A scope can be defined to control the access to specific API calls. Access to all the API calls can be granted with a wildcard * symbol. But when executing an API call it fails and this error is seen in the logs:
2019-06-10 21:01:14,570 [19.1.185-358503-OnPremInstance|1b765da4eb684441b323e064bed58731|348|ABC12345|user@domain.net|110|WARN ] MvcApplication: HTTP request failed with error Centrify.Cloud.Core.OAuthServer.InvalidRestScopeException: Scope 'All' is invalid
Solution: The syntax for the wildcard must include a period before the asterisk. Pictured below: