Skip to content

Update Asgardeo Console access links#6056

Open
dinzie95 wants to merge 2 commits intowso2:masterfrom
dinzie95:patch-1
Open

Update Asgardeo Console access links#6056
dinzie95 wants to merge 2 commits intowso2:masterfrom
dinzie95:patch-1

Conversation

@dinzie95
Copy link
Copy Markdown

Added link for accessing Asgardeo Console in EU region.

Purpose

Providing a reference on the docs for users to correctly access the 2 Asgardeo deployments.

Added links for accessing Asgardeo Console in US and EU regions.
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 10, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 68a78965-2c8c-4f65-b2b8-6f6b1144a0f6

📥 Commits

Reviewing files that changed from the base of the PR and between bbcb715 and a862dfd.

📒 Files selected for processing (1)
  • en/asgardeo/docs/get-started/create-asgardeo-account.md
✅ Files skipped from review due to trivial changes (1)
  • en/asgardeo/docs/get-started/create-asgardeo-account.md

📝 Walkthrough

Walkthrough

The create-asgardeo-account.md documentation was modified to replace a single console link with region-specific labeled sections and separate curl examples for Asgardeo - US and Asgardeo - EU (lines changed: +10/-2).

Changes

Cohort / File(s) Summary
Documentation Updates
en/asgardeo/docs/get-started/create-asgardeo-account.md
Replaced single Asgardeo console URL with two region-specific sections and added separate curl blocks for https://console.asgardeo.io/ (US) and https://console.eu.asgardeo.io/ (EU). (+10/-2)

Suggested labels

Team/Authentication & registration

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides basic context but does not follow the required template structure with most sections (Test environment, Security checks) missing or incomplete. Add missing template sections: Test environment details and Security checks (with checkboxes). Ensure the description matches the repository's required template structure.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating Asgardeo Console access links to include region-specific options (US and EU).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Timed out fetching pipeline failures after 30000ms


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
en/asgardeo/docs/get-started/create-asgardeo-account.md (1)

21-22: ⚠️ Potential issue | 🟠 Major

Resolve the markdown lint failure (MD012) by removing the extra blank line.

The pipeline reports consecutive blank lines at Line 21; this blocks markdown lint.

Suggested edit
-
-
 !!! tip "Access the Asgardeo Console"
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/asgardeo/docs/get-started/create-asgardeo-account.md` around lines 21 -
22, Remove the extra blank line immediately after the admonition opener '!!! tip
"Access the Asgardeo Console"' so there are no consecutive blank lines; edit the
markdown around that admonition to ensure only a single newline follows the '!!!
tip' line, saving the file to resolve the MD012 lint error.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@en/asgardeo/docs/get-started/create-asgardeo-account.md`:
- Around line 24-38: Update the paragraph that starts "As an organization owner,
or an administrator, you can manage all organizations, applications and users
that you create using the Asgardeo Console" to use singular/plural and plain
language (e.g., "As an organization owner or administrator, you can manage the
organizations, applications, and users you create from the Asgardeo Console")
and replace the raw URL code blocks for "https://console.asgardeo.io/" and
"https://console.eu.asgardeo.io/" with a short bullet list using descriptive
link text such as "- [Asgardeo Console (US)](https://console.asgardeo.io/)" and
"- [Asgardeo Console (EU)](https://console.eu.asgardeo.io/)". Ensure the
sentence no longer says "following link" but "following links" and remove the
```curl``` fences so the URLs are presented as regular Markdown links.

---

Outside diff comments:
In `@en/asgardeo/docs/get-started/create-asgardeo-account.md`:
- Around line 21-22: Remove the extra blank line immediately after the
admonition opener '!!! tip "Access the Asgardeo Console"' so there are no
consecutive blank lines; edit the markdown around that admonition to ensure only
a single newline follows the '!!! tip' line, saving the file to resolve the
MD012 lint error.
🪄 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: 80a3ece4-b16c-4ca2-845b-a436479678b5

📥 Commits

Reviewing files that changed from the base of the PR and between 99589aa and bbcb715.

📒 Files selected for processing (1)
  • en/asgardeo/docs/get-started/create-asgardeo-account.md

Comment on lines +24 to +38
As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following link.


Asgardeo - US
```curl

https://console.asgardeo.io/

```

Asgardeo - EU
```curl

https://console.eu.asgardeo.io/

```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix singular wording and replace raw URL code blocks with descriptive links.

The sentence says “following link” but now includes two endpoints. Also, using curl fences for plain URLs is misleading. Prefer a short list with descriptive link text.

Suggested edit
-    As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following link.
-    
-    Asgardeo - US
-    ```curl
-
-    https://console.asgardeo.io/
-
-    ```
-    
-    Asgardeo - EU
-    ```curl
-
-    https://console.eu.asgardeo.io/
-
-    ```
+    As an organization owner or administrator, you can manage the organizations, applications, and users that you create from the Asgardeo Console. You can access the console using the following links:
+
+    - [Asgardeo Console (US)](https://console.asgardeo.io/)
+    - [Asgardeo Console (EU)](https://console.eu.asgardeo.io/)

As per coding guidelines, “Use descriptive link text and do not paste raw URLs as link text” and “Use plain language and short sentences.”

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/asgardeo/docs/get-started/create-asgardeo-account.md` around lines 24 -
38, Update the paragraph that starts "As an organization owner, or an
administrator, you can manage all organizations, applications and users that you
create using the Asgardeo Console" to use singular/plural and plain language
(e.g., "As an organization owner or administrator, you can manage the
organizations, applications, and users you create from the Asgardeo Console")
and replace the raw URL code blocks for "https://console.asgardeo.io/" and
"https://console.eu.asgardeo.io/" with a short bullet list using descriptive
link text such as "- [Asgardeo Console (US)](https://console.asgardeo.io/)" and
"- [Asgardeo Console (EU)](https://console.eu.asgardeo.io/)". Ensure the
sentence no longer says "following link" but "following links" and remove the
```curl``` fences so the URLs are presented as regular Markdown links.

Updated the documentation to clarify access links for the Asgardeo Console.
Comment on lines +24 to +38
As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following links.

Asgardeo - US
```curl

https://console.asgardeo.io/

```

Asgardeo - EU
```curl

https://console.eu.asgardeo.io/

```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about this (ai generated) version? it seems more polished than the current version IMO. URLs are not bash commands to wrap in backticks

Suggested change
As an organization owner, or an administrator, you can manage all organizations, applications and users that you create using the Asgardeo Console. You can access the console using the following links.
Asgardeo - US
```curl
https://console.asgardeo.io/
```
Asgardeo - EU
```curl
https://console.eu.asgardeo.io/
```
As an organization owner or administrator, you can manage your organizations, applications, and users through the Asgardeo Console. Make sure to use the appropriate console URL based on the chosen region during registration.
- US Region: https://console.asgardeo.io/
- EU Region: https://console.eu.asgardeo.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants