04-13-2023 04:13 AM
Hi,
I am working on integrating SSO with a 3rd part client using Azure AD. I can fetch the SSO token, but the issue here is that the token needs browser/tab access and when the link is opened in a new tab, the token is displayed on the screen before it gets set in the cookie. Also, the token is set in a cross-domain's cookie and I can not access the cross-domain cookie due to security issues.
Is there any way I can hit the sso/token URL without opening a new tab and get the token programmatically?