Are there any UI examples that implement OIDC regi...
# talk-kratos
p
Are there any UI examples that implement OIDC registration flow?
f
The example "selfservice-ui" does implement OIDC sign-up, linking, and logins. https://github.com/ory/kratos-selfservice-ui-node Once the OIDC config for (Google, Github, Apple, etc) are defined in the config, the Self-Service UI will provide the necessary form-buttons.
p
Thanks Ron.