OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
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.
According to the document "Environment Variables", the
IDM_DB_DIALECT
can bemssql
(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 typeJSON
isn't supported by Microsoft SQL.