Learn how to create an application in PingOne that is granted access to a generic OAuth resource server. Later, you’ll use this application to demonstrate protection against unauthorized access to a managed API service.
Create a banking application and its resources. You’ll use the banking application to represent every other API client on the internet that doesn’t have access to the Meme Game API.
First, add a banking resource in PingOne and give it an OAuth scope. Scopes determine the permissions for services that the application can access. Then, add a single page application in PingOne that represents your banking application. Grant permission for the banking application to access your banking resource.
You added a single page application in PingOne to represent your banking application and configured it for access to the banking resource.
You’re ready to get an access token for the banking application so it can make calls to APIs.