Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh token introspect

Dmitriy_Sysoev
Nimbostratus
Nimbostratus

Hi All!

Use APM Oauth2.

Is there any way to find out when the refresh token was generated?

 

introspect or smth else?

 

Thank you!

4 REPLIES 4

I have only used JWT tokens but opaque tokens should be saved to the local database.

 

Have you tried reviewing it from the GUI or CLI?

 

https://clouddocs.f5.com/cli/tmsh-reference/v15/modules/apm/apm_oauth_db-instance.html

 

Outside of that you may generate report OAuth Reports >> Tokens.

 

 

deleted

Nikoolay, thank you for reply, but i mean how i can get the resfresh token issued date from access policy

As I mentioned better to open the local apm database for oauth from th gui or cli. Outside of that as I mentioned I am using JWT, so I can't say without testing but you can see what session variables are available for oauth (they should start with session.oauth) and extract the info if it is there:

 

https://my.f5.com/manage/s/article/K000130351

https://clouddocs.f5.com/api/irules/ACCESS__session.html