24-May-2023 02:07
Hi All!
Use APM Oauth2.
Is there any way to find out when the refresh token was generated?
introspect or smth else?
Thank you!
25-May-2023 03:13
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.
25-May-2023 23:45 - edited 26-May-2023 00:37
deleted
26-May-2023 00:37
Nikoolay, thank you for reply, but i mean how i can get the resfresh token issued date from access policy
29-May-2023 00:05 - edited 29-May-2023 00:06
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