Fairways Debt applications must be able to communicate within a single domain name, just by knowing the name of the application that they are trying to contact. This convention makes the user’s identity available in all applications, by storing and exposing a JSON web token (JWT) in an HTTP cookie.
Fairways Debt applications must respect this URL convention:
application.domain/suffix
Examples
Application |
Domain |
Suffix |
---|---|---|
|
|
Note: Finance Active prefers no suffix.
|
Applications must be consistent across environments: only the domain may change.
Note: Avoid multiple names for the same application and different suffixes from one environment to another.
Example
- Application name: sales
- Domain name: financeactive.eu
- No suffix
Valid Production URL |
Valid Dev URL |
Invalid Dev URLs |
---|---|---|
https://sales.financeactive.eu |
https://sales.hivedev.net |
https://sales.hivedev.net/dev https://sales-test.hivedev.net |