TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Microsoft Entra ID

    Score8.8 out of 10
    N/AMicrosoft Entra ID (formerly Microsoft Azure Active Directory or Azure AD) is a cloud-based identity and access management (IAM) solution supporting restricted access to applications with Azure Multi-Factor Authentication (MFA) built-in, single sign-on (SSO), B2B collaboration controls, self-service password, and integration with Microsoft productivity and cloud storage (Office 365, OneDrive, etc) as well as 3rd party services.

    $6

    per user/per month

    SQLite

    Score8 out of 10
    N/ASQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is one of the most widely deployed databases in the world.N/A
    Pricing
    Microsoft Entra IDSQLite
    Editions & Modules
    Premium P1
    $6.00
    per user/per month
    Premium P2
    $9.00
    per user/per month
    No answers on this topic
    Offerings
    Pricing Offerings
    Microsoft Entra IDSQLite
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Microsoft Entra IDSQLite
    Considered Both Products
    Microsoft
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    227 Answers
    100%
    Would buy again
    11 Answers
    Delivers good value for the price
    99%
    Delivers good value for the price
    206 Answers
    100%
    Delivers good value for the price
    11 Answers
    Happy with the feature set
    99%
    Happy with the feature set
    225 Answers
    100%
    Happy with the feature set
    11 Answers
    Lived up to sales and marketing promises
    94%
    Lived up to sales and marketing promises
    155 Answers
    90%
    Lived up to sales and marketing promises
    9 Answers
    Implementation went as expected
    95%
    Implementation went as expected
    183 Answers
    100%
    Implementation went as expected
    11 Answers
    Features
    Microsoft Entra IDSQLite
    Identity Management
    Comparison of Identity Management features of Microsoft Entra ID and SQLite
    Feature
    Microsoft Entra ID
    8.6
    123 Ratings
    5% above category average
    SQLite
    -
    Ratings
    ID-Management Access Control9.1122 Ratings00 Ratings
    ID Management Single-Sign On (SSO)9.5119 Ratings00 Ratings
    Multi-Factor Authentication9.2121 Ratings00 Ratings
    Password Management8.2113 Ratings00 Ratings
    Account Provisioning and De-provisioning8.5114 Ratings00 Ratings
    ID Management Workflow Automation8.290 Ratings00 Ratings
    ID Risk Management7.797 Ratings00 Ratings
    Best Alternatives
    Microsoft Entra IDSQLite
    Small Businesses
    JumpCloud
    Score9.3 out of 10
    MariaDB Platform
    Score9.1 out of 10
    Medium-sized Companies
    OneLogin by One Identity
    Score9.4 out of 10
    PostgreSQL
    Score8.8 out of 10
    Enterprises
    RSA Access Manager (Discontinued)
    Score10 out of 10
    MySQL
    Score8.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Microsoft Entra IDSQLite
    Likelihood to Recommend
    8.9
    (241 ratings)
    8.0
    (14 ratings)
    Likelihood to Renew
    9.8
    (16 ratings)
    -
    (0 ratings)
    Usability
    8.6
    (57 ratings)
    8.0
    (2 ratings)
    Availability
    9.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    7.1
    (21 ratings)
    1.0
    (1 ratings)
    Online Training
    5.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    9.7
    (3 ratings)
    -
    (0 ratings)
    Configurability
    8.0
    (1 ratings)
    10.0
    (1 ratings)
    Contract Terms and Pricing Model
    7.4
    (2 ratings)
    -
    (0 ratings)
    Ease of integration
    -
    (0 ratings)
    10.0
    (1 ratings)
    Product Scalability
    9.0
    (1 ratings)
    -
    (0 ratings)
    Professional Services
    9.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Microsoft Entra IDSQLite
    Likelihood to Recommend
    Microsoft
    Overall, the Microsoft Entra ID platform is best utilized by people looking to have one platform that manages all interactions between other platforms. The Microsoft Entra ID platform allows for a seemless SSO integration, and can also integrate with Intune for MDM. Additionally, and probably the most easy to understand integration, is the integration with Active Directory, and controls associated with that.
    Incentivized
    Read full review
    Open Source
    SQLite is a lightweight and efficient database management system. With SQLite, performance increases as memory are added. It's reliable and well-tested before release. SQLite handles memory allocation and I/O errors gracefully. SQLite provides bug lists and code-change chronologies. All bugs are disclosed, and it's compatible with iOS, Android, MAC, and Windows. SQLite is open-source, allowing developers to tailor it to their specific needs.
    Incentivized
    Read full review
    Pros
    Microsoft
    • Application integration is really good for single sign-on and managing identity overall. The correlation with Active Directory on-prem is really good, so we can manage it in a single place. It's easy to manage the users and integrate other Microsoft products. It is the base of everything else.
    Incentivized
    Read full review
    Open Source
    • Our products are using SQLite in embedded Linux and in Windows software.
    • It is truly a stable cross-platform database.
    • The fact that it is a zero-configuration database engine, it is particularly a nice advantage when you work in the embedded world.
    • Being a single database file, it provides ease for those who need to quickly transfer data to someone else, or quickly browse data.
    Incentivized
    Read full review
    Cons
    Microsoft
    • I would like more risk policy suggestions. I guess that situation where we had outsourced employees in a country where somehow their location was changing too often, that we would have room to go, “Hey, this needs to be a lower risk.” Or maybe having easier options to let people log in when they're deemed high risk. It’s tricky because I feel like it’s really easy to do that wrong, but it’s the main area that I think could be improved. I guess also a little bit tighter administrative integration with other Microsoft products.
    Incentivized
    Read full review
    Open Source
    • Although it is excellent at what it does, you should be really careful and plan accordingly if you know that your database is going to scale at a huge level because it is not suitable of databases which are of Enterprise level and demands top-notch security and protection.
    • If your project involves multiple people working on the same database simultaneously, then that becomes a big problem, because it only allows single write at one time. You really need to be forward thinking in a manner to predict if this database will cater to all the needs of your project.
    • The most common difficulty with this is the lack of some of the basic functionality which is present in the other premier databases like Joints, Stored Procedure calls, Security and permission grants. If you do require all those things then you are better off not using this software.
    • Lastly, if you are using this in an Andriod App development cycle then also your options are limited because it does not integrate with PostgreSQL and MYSQL.
    Incentivized
    Read full review
    Likelihood to Renew
    Microsoft
    MSFT Entra ID has been essential for managing our geographically dispersed team. We're confident that it will scale with us as grow, and we'll be able to take advantage of additional security and ID management features as they become necessary. Being able to centrally manage our user access from anywhere with a small support team is such a relief.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    Microsoft
    From a user perspective, 10. From an admin perspective, 7 or 8. From the user perspective, it's very easy to use, but from the admin perspective, there's a lot of things that are not easily clear, testable, or verifiable without just trying a whole bunch of scenarios.
    Incentivized
    Read full review
    Open Source
    I have given this rating cause its irreplaceable in some of the areas like no more installation need except from a single library. I find dialect is simple in use cases. its suitable for any professionals with various skill levels. its easily connect with various os and devices. very less maintenance or administration required.
    Incentivized
    Read full review
    Reliability and Availability
    Microsoft
    There has been a handful of outages but they have been either minimal or rarely severe
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    Microsoft
    I could probably rate this a 10 but I'm always conservative on giving out perfect scored bt performance has not been a problem for us using Entra ID.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    Microsoft
    I have not needed to engage support for anything at this time. I have been able to find the answers either online or in a knowledgebase. I tried to skip the question but it would not let me, so I rated a 9 based on other interactions with Microsoft support I have had
    Incentivized
    Read full review
    Open Source
    I haven't needed support yet.
    Incentivized
    Read full review
    Online Training
    Microsoft
    Most training was internally produced
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Implementation Rating
    Microsoft
    Make sure you use a good partner. Our implementation was a bit longer and more problematic than we expected. Our partner got it done, but, in my opinion, some of their inexperience and staffing issues were evident.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    Microsoft
    We've done stuff with Okta for Identity and Duo. Those would probably be the two big ones that I would say that people would recognize and stuff. There's some other smaller players we've talked to, but those are the two big ones that we play with. We're still using it. So, because it was integrated into everything we've already done, it just made it almost indispensable.
    Incentivized
    Read full review
    Open Source
    We looked at other traditional RDBMS products, but found them to be cumbersome to deploy. They take up more space, and consume more computing resources than SQLite does. While the performance or direct integration to our primary applications may have been better or easier if we had gone with a traditional RDBMS, the performance of SQLite has been more than acceptable. The performance and speed to deploy made SQLite a much more attractive option for us than a traditional RDBMS.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Microsoft
    The features are getting addresses per requirements and their value for Money. The proposed ROI and actual ROI build confidence.
    Read full review
    Open Source
    No answers on this topic
    Scalability
    Microsoft
    Scalability is pretty trival for Entra ID. It's not difficult to manage a few or many accounts.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Professional Services
    Microsoft
    Microsoft Professional Services' technical knowledge is appreciable as consultants design the solution as per customer requirements. Mapping of features per user specifications and assisting Customer IT engineers to implement so they can manage and administer the services.
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    Microsoft
    • We are doing a lot of sign-ins and working on it, and it worked quite well. We do have Microsoft support, so yes, we can handle all of the small issues we are sometimes having. But if you want to define it, I would say yes, we like it. Overall positive.
    Incentivized
    Read full review
    Open Source
    • No licensing fees has a net increase on ROI
    • The active community has kept support costs low, further increasing ROI
    • The wide range of supported platforms and high level of compatibility has increased ROI by reducing time spent porting the database model to any platform specific solutions.
    Incentivized
    Read full review
    ScreenShots