Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As of Release Candidate Alpha5: As described in the Breaking Changes, the endpoint URLs of the Web-API Gateway were modified. Thus, the entries for the API-WEB service endpoints in the section authorization.accesses of  section of the profile  authentication-prod.yml profile have to be adjusted as follows:

...

If the service SOTHOOK is running in your system and the clientsystem app schema clientsystem exists, it is recommended to do the following adjustment. The leadingTypeId property leadingTypeId in the app schema for the clientsystem app clientsystem should be required now in order to immediately recognize any failure of the SOTHOOK.

  • Retrieve the app schema for the app  clientsystem ap via the endpoint  GET /api/system/apps/{app}/schema endpoint.
  • In the definition of the leadingTypeId string property leadingTypeId, set the boolean value for the required attribute to true.

    Code Block
    <required>true</required>


  • Update the app schema for the app  clientsystem app via the endpoint  POST /api/system/apps/{app}/schema endpoint. Pass your modified XML in the request body.

...

The service providing the Tenant Management API was renamed from API-TM into to TENANT-MANAGEMENT. Thus, the entries for the Tenant Management API endpoints in the section authorization.accesses of  section of the profile  authentication-prod.yml profile have to be adjusted as follows:

...