Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated OneLogin::RubySaml::Settings#issuer with sp_entity_id #220

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

tkalliom
Copy link
Contributor

The method sp_entity_id was introduced, and issuer deprecated, in ruby-saml version 1.11. References are contained only in docs and test code.

Note that DefaultIdpEntityIdReader uses OneLogin::RubySaml::SloLogoutrequest#issuer, a distinct and still valid method.

Copy link
Collaborator

@adamstegman adamstegman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this change! I think after #213, we are no longer testing against 1.11 or even 1.12. So the test helper method is probably unnecessary, we should just be able to use the latest.

The method sp_entity_id was introduced, and issuer deprecated, in ruby-saml
version 1.11. References are contained only in docs and test code.
@adamstegman adamstegman merged commit fb95b1b into apokalipto:master Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants