You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/oidc.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,9 +287,7 @@ To connect your App with your IdP, you need to configure both your IdP (as descr
287
287
288
288
1. In your IdP, provision a new OpenID client application. You will receive a ClientID and Client Secret.
289
289
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`
293
291
294
292
#### Microsoft Entra ID Provider Configuration for APIs{#azure-portal}
0 commit comments