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

v2.1: Deprecation Checklist #693

Open
3 tasks
johnnyshields opened this issue Jul 9, 2024 · 0 comments
Open
3 tasks

v2.1: Deprecation Checklist #693

johnnyshields opened this issue Jul 9, 2024 · 0 comments

Comments

@johnnyshields
Copy link
Collaborator

johnnyshields commented Jul 9, 2024

This checklist is to track items deprecated in 2.0 that need to be removed in 2.1:

  • Remove aliases for Onelogin and XMLSecurity
  • Remove certificate_new parameter (make it return NotImplementedError)
  • Remove compress_request/response parameters (make it return NotImplementedError)
def encode_raw_saml(compress)
  saml = deflate(saml) if compress
  CGI.escape(encode(saml))
end
@johnnyshields johnnyshields changed the title x2.1 Deprecation Checklist v2.1: Deprecation Checklist Jul 9, 2024
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