How often Genesys calls OIDC validity endpoints for the Web Messaging

Hello,

We are trying to understand how often Genesys calls OIDC validity endpoints to validate a session and we cannot find anything in your official documentation - https://developer.genesys.cloud/commdigital/digital/webmessaging/authenticate#authenticated-web-message-flow.

Could you please tell us how often Genesys calls OIDC endpoints to validate a session? Does it happen for every message sent by a customer or only once at the beginning of the conversation?

Hello :wave:
We are checking only at session start, while the token is valid (not expired).
When you request the auth code you can specify the TTL for the token. Else it will be the default one. Unless revoked, the JWT is valid for 15 minutes (or the access token age, whichever is the smallest) and the refresh token is valid for 24 hours. We'll update FAQ accordingly, thanks!

1 Like

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