Open
Description
During my post authentication processing I need to associate a Profile with a Site based on the current request.site
Currently can't see a way to do this outside of extending modifying the internal logic of the Saml2Backend.authenticate method to passing the current site to the _update_user
method.
Just wanted to check and see if there were any other multi-tenant site strategies.