Problem Statement


How to construct the Redirect URL?


Resolution Path


  • The Redirect URL will be of the format `${redirect_uri}?state=${state}&id_token=${jwt_token}



where the Redirect URI can be obtained from the SSO settings in the Organisation page.




State and Nonce will have to be passed dynamically and should be the same as what is sent by Freshworks.


The id_token will be the JWT generated. Refer to this article to get more information