Skip to main content
Skip table of contents

Configure Hosting Path Base

The path base can be configured in appsettings.json located in the Authority Server installation directory.

The path base must be prefixed with a forward slash (/) otherwise the application will fail to start.

For example,

JSON
{
  "HostingOptions": {
    "BasePath": "/authority"
  }
}

In the above example the path base of requests will be /authority. Meaning the default base address for the website will be http://localhost:32380/authority.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.