-
Couldn't load subscription status.
- Fork 137
Refactoring ToDo, Wishes, Suggestions
Ivan Kanakarakis edited this page Jul 19, 2020
·
4 revisions
-
We currently use the modules
plugins/backend/saml2.pyandplugins/frontend/saml2.py. We should rename them tosaml2_be.pyandsaml2_fe.pyto 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. These should be named accordingly in
State.state_dictto be self-documenting when looking at the data, or merged into a single relay_state. IIUC satosa only checks that relay_state is returned unchanged. -
InternalData: We should find a non-generic name for this data structure; "internal data" could be anything.