OAuth 2.0 Client Registration data instances
The following tabs are available on this form:
OAuth is a standard framework that enables secure, delegated access to services via HTTPS. OAuth 2.0 is the next evolution of the OAuth protocol. There are several grant types in the OAuth 2.0 specification.
The Pega Platform can act as an OAuth 2.0 provider to protect your REST services by using the client credentials grant type. In this grant type, an external client (consumer) that supports OAuth 2.0 registers with the service provider that hosts your data and obtains an access token. The client can use the token to access private resources in the Pega Platform for a defined period of time.
Create an OAuth 2.0 Client Registration data instance as part of the process to allow external applications such as Twitter, Facebook, and Google to securely access your REST services, without storing or disclosing individual users' names and passwords.
If you want to use OAuth 2.0 to protect your REST services, select OAuth 2.0 as the Authentication type in the service package to which the REST services belongs. For more information, see Service Package form - Completing the Context tab.
Where referenced
Activities that validate tokens from external clients that want to connect to your application, and allow the clients to access your protected resources.
Access
Use the Records Explorer to see all the OAuth 2.0 Client Registration data instances in your system.
Category
The Data-Admin-Security-OAuth2-RegisteredApplication class contains OAuth 2.0 Client Registration data instances. They are part of the Security category.