ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 81 forks source link

Database migration issue with Microsoft SQL server #295

Open kent010341 opened 1 year ago

kent010341 commented 1 year ago

According to the document "Environment Variables", the IDM_DB_DIALECT can be mssql (Microsoft SQL).

However, by following the fiware-idm installation guide, the npm run-script migrate_db will fail to be executed, which is caused by the data type JSON isn't supported by Microsoft SQL.