cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
634
Views
0
Helpful
1
Replies

fetch finesse SSO token without using browser UCCE 11.6

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?

1 Reply 1

iquinn22
Level 1
Level 1

Hello,

Is there any solution for this? I'm having the same problem.