Skip to content

Refactoring ToDo, Wishes, Suggestions

Rainer Hörbe edited this page Jul 14, 2019 · 4 revisions

Naming

plugins/backend/saml2.py plugins/frontend/saml2.py

  • rename to saml2_be.py/saml2_fe.py to clarify in the logfile whether a message was issued by pysaml2 or satosa
  • Satosa knows 2 relay_states, one for the frontend and one for the backend side. It should be named accordingly in State.state_dict to be self-documenting when looking at the data. (Or merged into a single relay_state if nothing against).

internalData: find a non-generic name for this data structure; internal data could be anything.