How to get access_token from Edx events?

How can I get access token from previous OAuth2 authentication in open edx events ?

I would like to eventually swap it for user infos from identity provider.

Hello @audrenbdb,

You can find all generated access tokens from the Django admin panel here, https://lms.com/admin/oauth2_provider/accesstoken/

Thank you, the question was related to edx_events though. Maybe I can read session cookie to get it ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.