Hi,
I have a KeyCloak setup where my realm has disabled email verification in the Realm settings / Login. KeyCloak users are created through the API from another internal system which will set the email as verified on all KeyCloak users.
I also have an Identity Provider redirecting users to an external AD (over SAML). That IdP has “Trust Email” enabled.
Still, the first time a user signs in using that IdP, they need to verify their email (getting a link sent to them). The email address returned from AD is identical to the one in the KeyCloak user (which prompts an account linking view).
Is there any way to get rid of these user interactions (especially the email verification)?