-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
3.6.8, 3.7.2, 3.8.1, 3.9
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
1
-
4.0 holding pattern 7, 4.0 holding pattern 8, 4.0 holding pattern 9
Hello,
The "Require email verification" is unavailable for custom issuers, as the code explicitely enables it only for well-known issuers like Google or Facebook.
We use our own OIDC provider in our instution, and all services require login through it. In our case, it makes no sense for an user to exist outside this OIDC provider.
As such, we would like this button to be available in the edition of our issuer.
In addition, the OIDC specification provides a "email_verified" standard claim, indicating that the provider verified this end user's email. It would be interesting to skip the email verification phase if such a claim is found.