Add Asgardeo docs for enhanced organization authentication#6134
Add Asgardeo docs for enhanced organization authentication#6134SujanSanjula96 wants to merge 2 commits into
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request introduces product-aware documentation for Asgardeo organization login and discovery workflows. New Asgardeo-specific wrapper pages set template variables and include shared guides. The shared guides now contain conditional Jinja blocks that render different content for Asgardeo versus WSO2 Identity Server based on discovery parameters, prompt labels, and supported feature sets. ChangesOrganization-aware login and discovery documentation
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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: 2
🤖 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
`@en/includes/guides/organization-management/organization-discovery/organization-discovery-enhanced-flow.md`:
- Around line 52-53: Add a blank line between the closing Jinja conditional
block "{% if product_name == "WSO2 Identity Server" %}" and the following
heading "## Configure default parameter for organization discovery" so the
heading is separated by an empty line (fixes MD022); update the template section
containing that Jinja if and the heading to insert one empty line immediately
before the "## Configure default parameter for organization discovery" line.
- Around line 116-119: Thematic break '---' is placed immediately before the
"Directly access the organization" heading causing linter warnings; update the
markdown to ensure a blank line both before and after the horizontal rule and
confirm the heading uses the correct style (e.g., "## Directly access the
organization") so there is at least one empty line separating the preceding
content, the '---' thematic break, and the heading; locate the '---' and the
"Directly access the organization" heading in the snippet and insert the needed
blank line(s) to satisfy the linter.
🪄 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: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: ed2d0266-8cfc-4ca9-bb5b-d1fdc30c27be
⛔ Files ignored due to path filters (3)
en/asgardeo/docs/assets/img/guides/organization/organization-login/discovery-page-org-name.pngis excluded by!**/*.pngen/asgardeo/docs/assets/img/guides/organization/organization-login/enhanced-org-authentication.pngis excluded by!**/*.pngen/asgardeo/docs/assets/img/guides/organization/organization-login/sso-option.pngis excluded by!**/*.png
📒 Files selected for processing (8)
en/asgardeo/docs/guides/organization-management/organization-discovery/organization-discovery.mden/asgardeo/docs/guides/organization-management/organization-login/legacy-approach.mden/asgardeo/docs/guides/organization-management/organization-login/migrate-to-enhanced-approach.mden/asgardeo/docs/guides/organization-management/organization-login/organization-login-overview.mden/asgardeo/docs/guides/organization-management/organization-login/organization-login-with-app-native-authentication.mden/asgardeo/mkdocs.ymlen/includes/guides/organization-management/organization-discovery/organization-discovery-enhanced-flow.mden/includes/guides/organization-management/organization-login/organization-login-overview.md
Purpose
$Subject