Create an INI file in the same location as the PBT file and name it CloudSetting.ini.
The INI file specifies the URL for requesting the token from the Amazon Cognito server. Notice that TokenURL points to the "/connect/token" API of the built-in Cognito server, and the Cognito server root URL (for example, http://localhost:5099/) is the same as the root URL of PowerServer Web APIs. If you change the PowerServer Web APIs root URL, change the root URL here accordingly.
[Setup] TokenURL=http://localhost:5099/connect/token