Hello. I have developed a NodeJS application that is heavily dependent on knowing information about the logged-in user. For session authentication, I am using request.oidc.user.email to retreive the logged-in user’s email. However, for M2M authentication, this value is undefined.
Is there some other way I can get the M2M’s logged-in email address to use in the application?