Skip to main content

All Questions

0 votes
1 answer
321 views

Usage of Adal.js with Custom Login Page

We have a custom login page that contains user_email_address field and fetching tenant and application details through AJAX once user clicks on Login page. After that setting the ...
Satya DV's user avatar
2 votes
0 answers
272 views

CAS ajax request can not get response

I am using CAS for my single sign on, In my cas client I have an main.html page with contains several js files, and some js files will fire ajax call, however when I type http://localhost:8443/...
Jackie Dong's user avatar
0 votes
1 answer
3k views

How to forward the form-based SAML SSO redirect in Ajax?

I'm trying to solve a problem with SAML SSO POST binding where the protected Web application contains Ajax script. After the intial authentication, which is handled by browser, the Web application's ...
user3850049's user avatar
0 votes
1 answer
763 views

JSONP or window.postMessage & MessageChannel

OK, so in building an x domain sso bit of logic we have reach an unknown. To use JSONP or window.postMessage & MessageChannel (MessageChannel) for windows bastard child IE10. The logic is (...
user avatar
4 votes
3 answers
8k views

Single Sign On with Ajax in same origin policy world - effective solutions

What is the best approach to realize Single Sign On (SSO) with Ajax. The biggest problem which is appeared is same origin policy. I've searched google and there are many 'hacks' to do this. But I ...
lukastymo's user avatar
  • 26.6k