Proper way to configure OIDC with email verification? #1045
-
Hi! My config is as follows: Kratos:
The identity spec contains traits: email, first_name, last_name:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Do you want users that authenticate over Google to have a I dont know how the email verification works on Googles part, but I would be willing to dig a little deeper with you, just want to make sure I get the issue right 🙂 . Does the OIDC setup with Google work as intended? |
Beta Was this translation helpful? Give feedback.
-
@vinckr I have just grepped & stared at the kratos source code for 2 hours and I can see that this is not at all supported by Kratos at this moment. Registration flow for Generic OIDC method
The hook code is very convoluted to me with many levels of abstraction, so I must admin I have no idea how to properly fix this - I should probably create an issue based on this discussion topic, right ? |
Beta Was this translation helpful? Give feedback.
-
Ok, I am marking this as "solved" for now, as the feature is not implemented and further discussion around a future implementation will take place in this issue: #1057 |
Beta Was this translation helpful? Give feedback.
@vinckr I have just grepped & stared at the kratos source code for 2 hours and I can see that this is not at all supported by Kratos at this moment.
Registration flow for Generic OIDC method
The broken down Printf() of
Claims
struct looks like this: