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

Please update examples to take the deprecation of idp_slo_target_url into account #32

Open
gusblack-tt opened this issue Jan 27, 2023 · 0 comments

Comments

@gusblack-tt
Copy link

Taken from https://github.com/SAML-Toolkits/ruby-saml/blob/07947f74fbf2f44ec361d4e5edf874f0cfd99e98/UPGRADING.md#upgrading-from-111x-to-1120

Code associated: https://github.com/SAML-Toolkits/ruby-saml-example/blob/master/app/controllers/saml_controller.rb#L65

Upgrading from 1.11.x to 1.12.0
Version 1.12.0 adds support for gcm algorithm and change/adds specific error messages for signature validations

idp_sso_target_url and idp_slo_target_url attributes of the Settings class deprecated in favor of idp_sso_service_url and idp_slo_service_url. The IdpMetadataParser#parse, #parse_to_hash and #parse_to_array methods now retrieve SSO URL and SLO URL endpoints with idp_sso_service_url and idp_slo_service_url (previously idp_sso_target_url and idp_slo_target_url respectively).
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

No branches or pull requests

1 participant