Move OpenSAML config bean class from IdP into profile library
Basics
Logistics
Basics
Logistics
Description
The OpenSAMLConfigBean class from the IdP isn’t actually Spring-aware so moving it into OpenSAML would be useful for sharing it with the new SP code. I think profile-api will work. It depends on xmlsec-api but adding that to profile-api doesn’t cause a loop.
Environment
None
Activity
Scott Cantor
April 18, 2023 at 5:34 PM
Given the “not fatal” loop, and the fact that I introduced a new shib-profile project, makes more sense to just move it there.
The OpenSAMLConfigBean class from the IdP isn’t actually Spring-aware so moving it into OpenSAML would be useful for sharing it with the new SP code. I think profile-api will work. It depends on xmlsec-api but adding that to profile-api doesn’t cause a loop.