cancel
Showing results for 
Search instead for 
Did you mean: 

CSRF Token reports

nitesh_jain3
Active Participant
0 Kudos

Hi,

Are there any reports to monitor csrf tokens generated?

Reports for

1. CSRF token generated in a period

2. List of CSRF tokens active currently

3. Services & REST method with which a CSRF token was used

regards

Nitesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can look in transaction SM05 for active security sessions. Also in table SECURITY_CONTEXT you see all active X-CSRF-Tokens

I don't think that token generation is being logged somewhere

You can activate Gateway logging via /IWFND/TRACES however all requests are being logged not only the ones which require a Token. By default all modifying requests need a Token so maybe you can filter all non-GET's