Am I correct in understanding that Kratos only sup...
# talk-kratos
h
Am I correct in understanding that Kratos only supports ID token verification in the latest master and not in v1.0.0. We are using the published Docker images in a self-hosted environment. And even then, only for Google and Apple? I have a custom case. So I would have to add support for ID token verification to the generic provider as a pull request. Is that correct? Thanks
b
Yes, ID token verification is only available for apple & google, because they’re most commonly used on mobile/native applications. For generic providers, you’d need to add it manually.
h
By adding it manually, do you mean configuration or do you mean a code change?
b
code change
h
Got it. Thanks. I will submit a PR when I have made my changes.
b
Nice! I think it would be helpful if you create a small Issue describing the problem broadly and what changes you have in mind. Here: https://github.com/ory/kratos/issues/new/choose.
h
I will do that.