Security
- OIDC account linking (revert v0.71.11): the relaxed
email_verified !== falsecheck introduced in v0.71.11 is replaced with a strict opt-in. The default is restored toemail_verified === truerequired; the newOIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM=trueenv var lets admins opt in explicitly for IdPs that omit the claim but only issue verified addresses.
Added
OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIMenv var (opt-in): set totrueto allow account linking when the IdP omits theemail_verifiedclaim entirely. Only enable this for IdPs fully under your control that never issue unverified email addresses (e.g. older Authentik deployments without an explicitemail_verifiedproperty mapping).