Preparing OAuth 2.0 client registration for remote case types
To ensure that remote application from a consumer system can properly communicate with your producer system, prepare the OAuth 2.0 client registration in your producer system. As a result, you create a secure and reliable connection between your producer and consumer systems.
- In the navigation pane of Dev Studio, click Records.
- Expand the Security category, and then click OAuth 2.0 Client Registration.
- In the list of instances, open the Remotecasetype_Producer OAuth 2.0 client registration.
- In the form header, click .
- On the Save OAuth 2.0 Client Registration As form, in the Client Name field, enter a unique label, and then click Create and open.
- In the form header, in the RS section, click Edit, and then, in the text field, provide the ruleset to associate with your application.
- In the Client Credentials section, download the client ID
and client secret by clicking View & download
- In the Supported grant types section, select
JWTBearer, and then, in the Identity
mapping field, enter the identity mapping that you created for
the producer system.For more information, see Preparing identity mapping for remote case types.
- Click Save.
Previous topic Preparing identity mapping for remote case types Next topic Creating remote case types