Skip to content

Commit 0a99b74

Browse files
authored
fix: list formatting (#2452)
fix list formatting
1 parent fac5856 commit 0a99b74

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

docs/kratos/social-signin/99_amazon.mdx

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,12 @@ local claims = std.extVar('claims');
8585
</TabItem>
8686
<TabItem value="cli" label="Ory CLI">
8787
Follow these steps to add Amazon as a social sign-in provider to your project using the Ory CLI:
88-
3. Encode the Jsonnet snippet with [Base64](https://www.base64encode.org/) or host it under an URL accessible to Ory Network.
89-
90-
```shell
91-
cat your-data-mapping.jsonnet | base64
92-
```
93-
94-
4. Download the Ory Identities config from your project and save it to a file:
9588
89+
1. Encode the Jsonnet snippet with [Base64](https://www.base64encode.org/) or host it under an URL accessible to Ory Network.
90+
```shell
91+
cat your-data-mapping.jsonnet | base64
92+
```
93+
1. Download the Ory Identities config from your project and save it to a file:
9694
```shell
9795
## List all available workspaces
9896
ory list workspaces
@@ -103,10 +101,8 @@ Follow these steps to add Amazon as a social sign-in provider to your project us
103101
## Get config
104102
ory get identity-config --project <project-id> --workspace <workspace-id> --format yaml > identity-config.yaml
105103
```
106-
107-
5. Add the social sign-in provider configuration to the downloaded config. Add the Jsonnet snippet with mappings as a Base64
104+
1. Add the social sign-in provider configuration to the downloaded config. Add the Jsonnet snippet with mappings as a Base64
108105
string or provide an URL to the file.
109-
110106
```yaml
111107
selfservice:
112108
methods:
@@ -125,9 +121,7 @@ Follow these steps to add Amazon as a social sign-in provider to your project us
125121
pkce: "force"
126122
enabled: true
127123
```
128-
129-
6. Update the Ory Identities configuration using the file you worked with:
130-
124+
1. Update the Ory Identities configuration using the file you worked with:
131125
```shell
132126
ory update identity-config --project <project-id> --workspace <workspace-id> --file identity-config.yaml
133127
```

0 commit comments

Comments
 (0)