Handling when using unverified e-mail address at auth0 #4322
-
As mentioned earlier (#4219) I deployed kubeapps with
where
Now, I can reach the login panel But when I want to sign in with an e-mail, that is unverified at auth0, I receive Now that experience could perhaps be improved. What about one of the following?
Is one of these possible with little effort (like adapting helm chart values) or just some adaptions in the code? If you could tell me, where in the code this e-mail verification aspect is handled, I would be happy to improve it myself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Thanks for the offer! As it turns out, it's actually not part of Kubeapps itself but rather part of the configuration of the oauth2-proxy service that we use to handle the oauth2 for us. As per their docs for the command-line args, they include an option So it should be possible to update your values.yaml with the |
Beta Was this translation helpful? Give feedback.
Thanks for the offer! As it turns out, it's actually not part of Kubeapps itself but rather part of the configuration of the oauth2-proxy service that we use to handle the oauth2 for us. As…