Multi-tenant Login under SSO login

Hi, my bet is to override the function where you handle the login. If you're using oAuth2 it will be the logic in the redirect route function. After getting the user from the provider, check if exists on your DB and if has brands, if not you can redirect to a route where it shows the banner. That's what I would try. If you're using email + password the steps are the same without the provider user part
Was this page helpful?