hi, looking for options to implement OIDC using AP...
# talk-kratos
f
hi, looking for options to implement OIDC using API, anyone already try with that?
m
Hey, I think this is tracked in this issue: https://github.com/ory/kratos/issues/273. There has been some movement in the community to this also, check: https://github.com/atreya2011/go-kratos-test/tree/hydra https://github.com/ory/kratos/discussions/1656#discussioncomment-1618118
f
@magnificent-energy-493 thanks, will dive into! I was thinking about integrating social login through api: https://www.ory.sh/kratos/docs/self-service/flows/user-login#login-with-google-facebook-github--openid-connect--oauth-20
Copy code
Social Sign In is currently not possible for API Clients. It will be possible in a future version, which is partially tracked as kratos#273
So I would like to use Kratos oidc schema to get session in kratos, but authentication from the external IdP
through api, tbh, right now I know nothing, even if it should be possible