You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.