It looks like Cloud only supports Google/FB/MS/GH ...
# ory-network
m
It looks like Cloud only supports Google/FB/MS/GH for social login; a 'custom' provider has to be OIDC-compatible, right? So Kratos' accommodations for non-OIDC providers (e.g. Discord) are not available in Cloud right now?
r
Discord is supported, but hasn’t been added to Console UI yet. In open source you’d set it up like this: https://www.ory.sh/docs/kratos/guides/sign-in-with-github-google-facebook-linkedin#discord If I’m not mistaken, through the CLI you could now enable this directly for your cloud project, with the only drawback that it won’t be shown in the UI (yet). When it does get added, and you’ve configured it through the CLI, it will show up with your configuration automagically.
p
@User as @User says, you can do it through the cli 🙂
m
Thanks folks!