Open the https://jwt.io/ website and copy the access token into the
Encoded text box.
You can see the token details.
If you add the optional query parameter
appliesTo=http://127.0.0.1:8090/services/customers to the
http://localhost:8040/services/SecurityTokenService/token/jwt
endpoint, you will get the Audience value "aud":
["127.0.0.1:8090/services/customers"] in the token
Payload. This Audience value will be used in the cREST component as service provider.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!