After you create a managed API for a service that you published in Informatica Cloud Application Integration, you can configure JWT authentication, generate a token, and set an expiration date for the token. Optionally, you can make the managed API available in API Portal so that API Portal users can discover it in API Portal and invoke it.
On the
API Registry
page, click the managed API for which you want to configure JWT authentication.
On the
General
tab, from the
Authentication Method
list, select
JWT - JSON Web Token
.
The
Generate JWT Access Token
area appears on the page.
Select an expiration date for the token and click
Generate
.
API Manager creates a token for the managed API. The token appears on the page.
After you generate a token for the first time, the
Generate New Token
button appears. You can click this button to generate a new token if your earlier token has expired. After you generate a token, you cannot revoke the token.
Click
Copy Token
to copy the token and send the token to API consumers.