getsentry / sentry-auth-saml2

SAML2 SSO provider for Sentry
Apache License 2.0
19 stars 19 forks source link

ref: Remove usage of static methods in SAML2Provider for form extract #10

Closed evanpurkhiser closed 7 years ago

evanpurkhiser commented 7 years ago

We removed these static methods in https://github.com/getsentry/sentry/pull/6206

This simplifies the SAML for names to match the expected IDP dict shape, thus we don't need to do any processing on the form data dict.