Is your feature request related to a problem? Please describe.
First, thank you for this wonderful little project! (pun intended)
Describe the solution you'd like.
In my fork, I've added support for Yandex OIDC provider, commit. They have a non-standard oidc implementation: you have to request login:email as scope, and they provide it in default_email claim.
I wonder if you'll like a PR with a change like this, or would you prefer to keep the list of "special case" oidc providers to minimum.
Describe alternatives you've considered.
Now that i looked at it deeper, I think this could also be fixed by #1025
Additional context
No response
Human Written Confirmation
Is your feature request related to a problem? Please describe.
First, thank you for this wonderful little project! (pun intended)
Describe the solution you'd like.
In my fork, I've added support for Yandex OIDC provider, commit. They have a non-standard oidc implementation: you have to request
login:emailas scope, and they provide it indefault_emailclaim.I wonder if you'll like a PR with a change like this, or would you prefer to keep the list of "special case" oidc providers to minimum.
Describe alternatives you've considered.
Now that i looked at it deeper, I think this could also be fixed by #1025
Additional context
No response
Human Written Confirmation