I would like to implement JWT SSO for Zendesk with Azure AD B2C custom policies. For some internal reasons, we cannot use SAML.
My problem is Zendesk requires that the return URI respect the format
https://yoursubdmain.zendesk.com/access/jwt?jwt={payload}
But by default, using Microsoft samples, the return uri is :
https://yoursubdmain.zendesk.com/access/jwt#id_token={payload}
I am new user of custom policies, I have no idea how I can change the format of the Redirect URI.