These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

How to access (SSO) Link using client ipart at angular

Hi Team ,
We have a client application(SSO) that application link should return a JSON value.
If I tried to access the return values using angular client iPartin client application(SSO) link using below method:

this.http.get("https://**.imiscloud.com/****.aspx")
I am getting the below values. Its not return actual value:
"

" How can I access the client application link in angular client iPART?

Do I need to pass any data to access the link ?