Can <servername> in an ARAS URL include a path parameter?

 Authenticating in OAuth 2.0 with Aras RESTful API 

As per the above document, a valid ARAS server URL is of the pattern "https://<servername>/<web alias>/oauthserver/connect/authorize"

In the above pattern, can a valid ARAS server include a path parameter within the <servername> part, before <web_alias>?

for example, Is it valid to have "/aras" in the below URLs?:

  • Access Token URL: sample.company.com/aras/<web alias>/oauthserver/connect/token
  • Part Request URL: sample.company.com/aras/<web alias>/server/odata/Part