Skip to content

Commit e5edea1

Browse files
authored
Update embedded-login-webapps.md (#9366)
opend -> openid
1 parent 364a849 commit e5edea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/connections/passwordless/guides/embedded-login-webapps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You need to specify `send` = `link`.
8787
}],
8888
"postData": {
8989
"mimeType": "application/json",
90-
"text": "{\"grant_type\": \"http://auth0.com/oauth/grant-type/passwordless/otp\", \"client_id\": \"${account.clientId}\", \"client_secret\": \"YOUR_CLIENT_SECRET\", \"username\": \"USER_PHONE_NUMBER\", \"otp\": \"code\", \"realm\": \"sms\", \"audience\": \"your-api-audience\",\"scope\": \"opend profile email\"}"
90+
"text": "{\"grant_type\": \"http://auth0.com/oauth/grant-type/passwordless/otp\", \"client_id\": \"${account.clientId}\", \"client_secret\": \"YOUR_CLIENT_SECRET\", \"username\": \"USER_PHONE_NUMBER\", \"otp\": \"code\", \"realm\": \"sms\", \"audience\": \"your-api-audience\",\"scope\": \"openid profile email\"}"
9191
}
9292
}
9393
```
@@ -104,7 +104,7 @@ You need to specify `send` = `link`.
104104
}],
105105
"postData": {
106106
"mimeType": "application/json",
107-
"text": "{\"grant_type\": \"http://auth0.com/oauth/grant-type/passwordless/otp\", \"client_id\": \"${account.clientId}\", \"client_secret\": \"YOUR_CLIENT_SECRET\", \"username\": \"USER_EMAIL\", \"otp\": \"code\", \"realm\": \"email\", \"audience\": \"your-api-audience\", \"scope\": \"opend profile email\"}"}
107+
"text": "{\"grant_type\": \"http://auth0.com/oauth/grant-type/passwordless/otp\", \"client_id\": \"${account.clientId}\", \"client_secret\": \"YOUR_CLIENT_SECRET\", \"username\": \"USER_EMAIL\", \"otp\": \"code\", \"realm\": \"email\", \"audience\": \"your-api-audience\", \"scope\": \"openid profile email\"}"}
108108
}
109109
```
110110

0 commit comments

Comments
 (0)