Description: We use mta deployment with XSUAA service. Service is defined in mta in resource section as following: - name: <app_name> type: com.sap.xs.uaa parameters: config-path: ./xs-security.json After upgrading XSA version from <1.0.64> to <1.0.84> we experienced following issues: 1. service-plan after redeploy was set to default. 2. client_id is auto-generated <na-9f6d9f5e-42fd-4579-be2a-7a85e1dc1b5f!u1> (we know this is consequence of default plan) 3. xs security json is not loaded (missing scopes and templates) We added service plan parameter to mta and now we have dev-user plan as expected but xs-security config is still missing. Also we noticed that xsappname is generated (something like na-9f6d9f5e-42fd-4579-be2a-7a85e1dc1b5f!u1)
Are we missing something else in parameters section?