Is there a solution to save the access token for a service and resuse before it expiry in OIC
Summary:
I need to call my partner API which is OAuth enabled. Before calling the actual service, I need to call the token generation service and with that access_token, I have to call the original service. My question is how to reuse the access_token, which is having 60 minitues of expiry in time. and how to check the validity of the token and where can I save the token? If the token is valid, I don't want to call the token service, if not I have to call the token service. Please suggest
Content (please ensure you mask any confidential information):
Tagged:
0