From 3a3d4ae0543372781e1414ad59be93c1285cd169 Mon Sep 17 00:00:00 2001 From: Kevin Strong-Holte <42565453+kstrongholte@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:12:54 -0800 Subject: [PATCH] Added `required` tag to `redirect_uri` parameter --- articles/api/authentication/_passwordless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/api/authentication/_passwordless.md b/articles/api/authentication/_passwordless.md index 29fe6e39d6..bab9b13a97 100644 --- a/articles/api/authentication/_passwordless.md +++ b/articles/api/authentication/_passwordless.md @@ -206,7 +206,7 @@ Once you have a verification code, use this endpoint to login the user with thei | `otp`
Required | The user's verification code. | | `audience` | API Identifier of the API for which you want to get an Access Token. | | `scope` | Use `openid` to get an ID Token, or `openid profile email` to also include user profile information in the ID Token. | -| `redirect_uri` | A callback URL that has been registered with your application's **Allowed Callback URLs**. | +| `redirect_uri`
Required | A callback URL that has been registered with your application's **Allowed Callback URLs**. | ### Test with Authentication API Debugger