You must configure your ServiceNow instance to accept and exchange a JSON Web Token (JWT) for an OAuth access token. To enable this functionality you must install a certificate that matches the JWT provider’s private key on the ServiceNow instance that you will use as the JWT Token consumer and create an OAuth Entity on that instance.
시작하기 전에
Role required: admin
프로시저
-
If not already configured, configure your ServiceNow instance as an OAuth JWT provider.
-
Navigate to .
-
Select New and then create a new public certificate as shown in the following image.
-
Create an OAuth Entity.
-
Add and select the Public Client field to the form.
주: This field is not shown by default.
-
Save the record.
-
Add a JWT Verifier Map entry.
After the record is saved, a new section called Jwt Verifier Maps appears at the bottom of the form.
-
Add a name in the Name field, this can be whatever name you choose, and select the certificate that was added.
The other fields, Kid and Shared key, can be left blank, as they are auto-filled.
-
Ensure that the form contains information similar to the following once you are finished with your configuration: