• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SAML exception | Spring SSO

 
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We are using SSO login enable for our application from another application. If user is login into that application and clicks on a menu for our application a SSO request is made to SSO server for authentication and user is automatically logged into our application.

For this application first queries loadbalancer for URI which is secured one (https) but sometimes it returns non-secure (hhtp) URL and when a non-secure URL is returned and a call is made to SSO server (with non-secure URL in Metadata) we receive SAML exception.

Any pointers to fix this issue would be highly appreciated.

-Vinod
reply
    Bookmark Topic Watch Topic
  • New Topic