How to integrate shibboleth idp to an existing Spring application?

88 Views Asked by At

I have an exisiting Spring web application with user authentication logic implemented.

Is there a way to integrate the Shibboleth IDP to my application so I can resue the exisitng authentication logic and provide IDP easy access to user attributes.

By integration I mean, the exisitng application and idp should be pacakged and deployed to Jetty in a single .war file.

Thank you!

1

There are 1 best solutions below

0
Misagh Moayyed On BEST ANSWER

Is there a way to integrate the Shibboleth IDP to my application so I can resue the exisitng authentication logic and provide IDP easy access to user attributes.

No.

By integration I mean, the exisitng application and idp should be pacakged and deployed to Jetty in a single .war file.

No, that is not possible. The exisitng application and idp should be separately pacakged and deployed to Jetty in two .war files.