healthify / fake_idp

Fake IdP service for testing SAML
https://rubygems.org/gems/fake_idp
MIT License
15 stars 8 forks source link

Use ruby-saml as a runtime dependency #33

Closed samudary closed 4 years ago

samudary commented 4 years ago

So that the SamlResponse class can be publicly used by other apps and libraries we'll need to make ruby-saml a runtime dependency, not a dev dependency.

Security

No security concerns since only moving a public library to the public interface in the dependency chain for use with public functionality.

Performance

None.