OIDC login without registration. Can I issue a log...
# ory-selfhosting
m
OIDC login without registration. Can I issue a login via OIDC withou registration if the no account linked to this provider ? We want to separate login and registration flows, and want to make login flow not creating an account automatically, is there anyway to achieve it ? I'm using a self-hosted Kratos.
https://github.com/ory/kratos/blob/master/selfservice/strategy/oidc/strategy_login.go#L108 Here in code, I saw the login flow is converted to registration flow, can we add a option to control it ?