Skip to content

Commit

Permalink
Merge pull request #5111 from AnuradhaSK/console-path
Browse files Browse the repository at this point in the history
Fix sub org console access url
  • Loading branch information
himeshsiriwardana authored Feb 25, 2025
2 parents 847a8df + 2d27bc6 commit 80b3937
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{% set console_hostname = "console.asgardeo.io" %}
{% set console_app_path = "app" %}
{% include "../../../../includes/guides/organization-management/manage-b2b-administration.md" %}
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{% set console_hostname = "localhost:9443" %}
{% set console_app_path = "console" %}
{% include "../../../../../includes/guides/organization-management/manage-b2b-administration.md" %}
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{% set console_hostname = "localhost:9443" %}
{% set console_app_path = "console" %}
{% include "../../../../../includes/guides/organization-management/manage-b2b-administration.md" %}
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ You may facilitate this using the [application management API]({{base_path}}/api
{{ product_name }} Console can also function as an administration portal for your B2B application which is accessible through the following URL:

```
https://<hostname>:<port>/t/<root organization name>/o/<organization id>/console
https://{{ console_hostname }}/t/<root organization name>/o/<organization id>/{{ console_app_path }}
```

However, the following limitations apply.
<ul>
<li>The Console is not customizable.</li>
<li>The Console will not reflect the branding customizations of your organization.</li>
<li>The login flow of the Console does not adhere to the customizations done for the application. (You may change the login flow for the Console under <b>Console settings</b> \> <b>Login Flow</b>.)</li>
<li>The login flow of the Console does not adhere to the customizations done for the application. (You may change the login flow for the Console under <b>Console settings</b> > <b>Login Flow</b>.)</li>
<li>The Console access is governed by separate roles and are not linked to your B2B application roles.</li>
</ul>

Expand Down

0 comments on commit 80b3937

Please sign in to comment.