Add a multi-langue service name field to services configuration. This is needed to have Stepup later on display the name of the service being authenticated for.
The default value should be empty, and missing values should not cause an error
Acceptance criteria:
- Add col to db and make sure that the schema is compatible with the previous version of middleware and gateway
- Config push without the new values must not cause a exception.
- The value should be nullable.
Add a multi-langue service name field to services configuration. This is needed to have Stepup later on display the name of the service being authenticated for.
The default value should be empty, and missing values should not cause an error
Acceptance criteria: