Update Azure authentication instructions to include platform type during setup#745
Conversation
Clarified steps for adding the callback URL and specified platform type for redirect URI in Entra ID app configuration.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughUpdated Azure Entra ID enterprise connection docs: moved "Add any upstream params" before callback URL instructions, expanded Step 3 into a numbered procedure that adds the callback URL, requires the redirect-URI platform be set to Web (not SPA), then Save. ChangesAzure Enterprise Connection Callback Setup Guide
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/authenticate/enterprise-connections/azure.mdx`:
- Line 130: The list item contains a truncated link "Add any [upstream
params](/authenticate/auth-guides/p" which breaks MDX; replace it with the
complete link and text (e.g., "Add any [upstream
params](/authenticate/auth-guides/upstream-params)"), ensuring the closing
bracket and parenthesis are present and the surrounding sentence is finished so
the line reads as a full list item referencing the upstream params doc.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 4965c9b3-402d-442c-a367-0d9cc0d0d4e0
📒 Files selected for processing (1)
src/content/docs/authenticate/enterprise-connections/azure.mdx
|
Taking a look |
tamalchowdhury
left a comment
There was a problem hiding this comment.
Looks all good to me.
Description
Updates Step 3: Add the callback URL to your Entra ID app in the Microsoft Entra ID enterprise connection doc to clarify that the redirect URI platform type in Entra must be Web, not SPA, even when the customer’s application is a single-page app.
Microsoft redirects to Kinde’s server to complete authentication, not directly to the browser app. SPA platform settings use different OAuth rules and cause login failures in this flow. This change addresses customer feedback from a support thread, where a customer reported confusion because Web worked but SPA did not.
Related issues & labels
documentationSummary by CodeRabbit