cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

Refresh Session API Request Fails on 2nd Attempt

L0 Member

At https://api.docs.prismacloud.io/reference#extend-session it says - Extend a user's session. The JWT token returned is valid until the next session timeout occurs. This method requires a valid session token to be passed (token from a prior successful extend or login calls).

 

Issue - when using JWT token returned in response body from 1st Refresh Session API request in my 2nd Refresh Session API request a status code of 401 is returned.

According to the  Refresh Session API reference, my 2nd Refresh Session API request should work using "token from a prior successful extend".

 

Steps to Repeat

1 - Complete Login API

2 - Using token returned from Login API, complete Refresh Session API within 1 minute.

3 - Using token returned from Refresh Session API (step 2), attempt a  2nd Refresh Session (within 1 minute) but a API 401 is returned.

 

Who Me Too'd this topic