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
Please provide your current version (can be found on the system page since v0.8.4)
Version: 0.16.2
Bug description
When a user logs in through the oauth flow (I'm using Keycloak for example). The email verification is triggered anyway, even through my IDP has done this for me.
Is there a way to assume emails coming from oauth logins are verified automatically?
I'd prefer to not have to embed the SMTP creds in this app as well as my IDP (Keycloak) handles all of this for me, as well as all the users having to verify their emails twice.
The text was updated successfully, but these errors were encountered:
Yeah mad, so I haven't configured it, users who authenticate through oauth still get a 'you have been sent a verification email' popup too, so that might be confusing as well for them
thats interesting but makes sense .. sadly django-allauth (which is what the auth system builds upon) has very limited options for configuration in regards to email sending ...
Version
Please provide your current version (can be found on the system page since v0.8.4)
Version: 0.16.2
Bug description
When a user logs in through the oauth flow (I'm using Keycloak for example). The email verification is triggered anyway, even through my IDP has done this for me.
Is there a way to assume emails coming from oauth logins are verified automatically?
I'd prefer to not have to embed the SMTP creds in this app as well as my IDP (Keycloak) handles all of this for me, as well as all the users having to verify their emails twice.
The text was updated successfully, but these errors were encountered: