Hello Sailors !!
Can someone help me with various Client Credentials in ISC .
What are the expiry times of them ? My use case is to use client credentials which will never expire .
Thanks
Hello Sailors !!
Can someone help me with various Client Credentials in ISC .
What are the expiry times of them ? My use case is to use client credentials which will never expire .
Thanks
As far as I’m aware the API clients don’t expire at all. There’s nothing in the configs or documentation that suggests that they would
@sidharth_tarlapally
Once you have the refresh_token
, you can pass the refresh_token
as a basic “Authorization” header in your requests using the OAuth endpoints, allowing your requests to continue to succeed without being affected by the expired access_token
. Authentication | SailPoint Developer Community
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.