Identity Panel Azure Marketplace Edition™ is a multi-tenant product hosted in Microsoft Azure data centers in the USA and Europe. Each instance has a dedicated MongoDB Atlas environment.
Each tenant receives their own MongoDB database. Customers may have multiple tenants on separate instances (see architecture documents). Communication from the Identity Panel Core Framework application to the MongoDB is encrypted using TLS 1.2, and authenticated using SCRAM-SHA-1.
From the docs.mongodb.com website...
https://docs.mongodb.com/manual/core/security-scram-sha-1/#scram-sha-1-advantages
SCRAM-SHA-1
Advantages¶
MongoDB’s implementation of SCRAM-SHA-1
represents an improvement in security over the previously-used MONGODB-CR
, providing:
- A tunable work factor (
iterationCount
), - Per-user random salts rather than server-wide salts,
- A cryptographically stronger hash function (
SHA-1
rather thanMD5
), and - Authentication of the server to the client as well as the client to the server.
The Keys are stored securely using Microsoft Azure key vault.
Comments
0 comments
Please sign in to leave a comment.