For authenticated messaging, where to find out POST /oauth/userinfo data

I configured Genesys chat in the its dashboard and successfully exchanged auth code to access token. Then the chat window launched successfully.

From my AWS cloud trail log (API access log), I can see Genesys make a good request to my AWS Cognito identity server for userinfo, e.g.: POST /oauth/userinfo

My question is where in Genesys dashboard or other places, I can find the userinfo that Genesys API obtained from my identity server? I need the email address from this userinfo. Thanks!

Hi,

Make sure that you include the 'email' scope when sending the /authorize request to the authentication server.
WebMessaging currently supports 3 claims:
given_name, family_name and email as listed in this doc.
If email scope is set, email address should be available in variable Message.Message.senderAddressInfo.email as described here.

Hope this helps,

Regards,
V.P.

Thank you, V.P.!

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