Freshworks will make a request to the User Info URL with the access token obtained from the IDP. The IDP will then send the User information in JSON format.
Resolution Path for any issues w.r.t the claims
- Email and Sub are mandatory claims and they have to be passed in the payload.
- The user info payload has to be in objects format and not any other way such as array of objects.