https://github.com/coder/coder/blob/83eea2d323c5295e7d7b0bddcef4d1c0d744175d/coderd/userauth.go#L1332-L1337 On first login for OIDC/Oauth we add the user to the default organization. This needs to be resolved. Options: 1. Always place users in the default org. 2. Use role/group sync to figure out which org to place users. blocked by https://github.com/coder/coder/issues/11934