Skip to main content
Version: 2.1.0

Astran's applications

Custom domain for Astran's applications

With Enterprise-Connect each customer has its own domain for each astran application:

  • Cockpit
  • Identity Access Management (IAM)
  • Split-API (version 2.1)

For instance, if a given enterprise is onboarded with the realm MyRealm each url will be:

ApplicationURL
Cockpithttps://myrealm.cockpit.astran.io
APIhttps://myrealm.api.s5.astran.io
Identity Access Managementhttps://myrealm.auth.astran.io/auth

Application specificity

Cockpit

From the cockpit url it is possible to retrieve the others application url on the fly via the GET /customer-config endpoint:

curl https://myrealm.cockpit.astran.io/customer-config
{
"apiUri":"https://myrealm.api.s5.astran.io",
"ciamUri":"https://myrealm.auth.astran.io"
}

API

The API documentation (swagger specification) is available at https://myrealm.api.s5.astran.io/docs

Identity Access Management

The Identity Access Management introduced 2 new applications:

ApplicationDescriptionURL
Account consoleA web interface which allow you to manage your astran accounthttps://myrealm.auth.astran.io/auth/realms/myrealm/account
Admin consoleA web interface which allow all the admin to administrate the realmhttps://myrealm.auth.astran.io/auth/admin/realms/myrealm/console