JWT Token Best Practice
Summary:
We are working on a requirement wherein we make REST/SOAP API calls to connect with Oracle Financial cloud through Informatica Cloud(ETL Tool).
Now while we make these calls , we use JWT token to authenticate the connection between Informatica and Oracle Financial Cloud. We upload FBDI files to UCM and then invoke corresponding API to load the data to Oracle cloud.
We require suggestions for our queries listed below related for JWT Token best practises:
1)While an Oracle Admin creates a JWT Token ,admin has to mention the expiration date while generating the payload for token. What is the suggested expiration duration for any JWT token? What is the best practice to generate token(daily basis, weekly, yearly or certain period of time.)?