Mark
Mark

Reputation: 1

Getting issue for SSO to tomcat App using Shib SP

I have a 3rd party application which is using Tomcat authentication for its session creation. I am planning to enable SSO to that application by integrating that with Shib SP. I am getting an error after enabling Shib SP with it.

I can not change anything in 3rd party application to consume shib headers. Let me know if it can work.

Upvotes: 0

Views: 57

Answers (1)

Andrey
Andrey

Reputation: 2078

If you can not modify 3rd party app, then obviously you can not implement SAML/SSO there.

But probably there is workaround. Implement some 'wrapper' service over that 3rd party app which performs SAML authentication and creates user account in the 3rd party app and performs logging in into 3rd party app with that user account.

Upvotes: 0

Related Questions