-
Hello, What would be the best way to implement social sign-in with providers not yet on Ory Cloud? For example we would like to build an instagram login. It seems we don't have access to the direct yaml configuration files or ways to make a custom token on a server endpoint. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gen1us2k
Mar 24, 2022
Replies: 1 comment
-
Hello @ethanstan. You can change the configuration of your cloud instance using Ory Cli. Examples:
ory update project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 \
--name \"my updated name\" \
--file /path/to/config.json \
--file /path/to/config.yml \
--file https://example.org/config.yaml \
--file base64://<json> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @ethanstan. You can change the configuration of your cloud instance using Ory Cli.
You can use
ory update
command to change your config