Skip to content

Commit 5cf903b

Browse files
authored
docs: update example string (ory#1982)
1 parent 48c1220 commit 5cf903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kratos/social-signin/15_facebook.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Follow these steps to add Facebook as a social sign-in provider to your project
157157
client_id: .... # Replace this with the OAuth2 Client ID provided by Facebook app
158158
client_secret: .... # Replace this with the OAuth2 Client Secret provided by Facebook app
159159
mapper_url: "base64://{YOUR_BASE64_ENCODED_JSONNET_HERE}"
160-
# Alternatively, use an URL:
161-
# mapper_url: https://storage.googleapis.com/abc-cde-prd/9cac9717f007808bf17f22ce7f4295c739604b183f05ac4afb4
160+
# Alternatively, use an URL like this example
161+
# mapper_url: https://storage.googleapis.com/example-example-prd/example-file
162162
scope:
163163
- email
164164
# required for email and email_verified claims in the near future

0 commit comments

Comments
 (0)