Skip to content

Commit 5ab6b83

Browse files
Consolidate callback URL registration instructions
1 parent 825669b commit 5ab6b83

File tree

1 file changed

+1
-3
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules

1 file changed

+1
-3
lines changed

content/en/docs/marketplace/platform-supported-content/modules/oidc.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,7 @@ To connect your App with your IdP, you need to configure both your IdP (as descr
287287

288288
1. In your IdP, provision a new OpenID client application. You will receive a ClientID and Client Secret.
289289
2. You will also need the OIDC configuration endpoint (for example: [https://accounts.google.com/.well-known/openid-configuration](https://accounts.google.com/.well-known/openid-configuration))
290-
3. Register the following callback URLs:
291-
* `https://<your-app-url>/oauth/v2/callback`
292-
* `makeitnative://<your-app-url>/oauth/callback`
290+
3. Register the following callback URL: `https://<your-app-url>/oauth/v2/callback`
293291

294292
#### Microsoft Entra ID Provider Configuration for APIs{#azure-portal}
295293

0 commit comments

Comments
 (0)