feat: disable email signin and signup when sso is enabled
Closes #82 (closed)
This MR adds three additional settings to hide the sign up and sign in forms when sso is enabled values.yaml
:
sso.enable_sign_up_with_email
sso.enable_sign_in_with_email
sso.enable_sign_in_with_username
With this change, the sign up and sign in forms are now hidden by default when sso is enabled. I assume this is the desired behavior for big bang consumers, but we could easily change it so that they are visible by default and hidden only when the engineer explicitly sets the new settings to false
.
Edited by Jonathan Braswell