Hello,
I am working on application (SPA) developed in MVC 5 & Angular JS. Currently I am implementing SSO with MS Azure using SAML 2.0 protocol.
When the application tries to send SAML request to Azure, I am getting below exception. (This error occurs only when I load the Angular Js first & then try to redirect. If I redirect before loading Angular Js then it works perfectly)
Error Description: "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin is therefore not allowed access."
Can anyone please help me to resolve this issue?
Regards,
Anand