NemID is being phased out in Denmark and replaced by MitID, the new eID for Danish users. MitID is provided by the government and the Danish banks and is used in the same situations as NemID. However, compared to NemID, MitID allows for a higher level of security for digital identity verification.
The next generation of digital identity
From NemID to MitID
Certified MitID broker
Currently, more than 4.5 million Danes use MitID login and digital signatures. Criipto is a certified, official MitID integration service (a so-called broker) and we provide a simple integration for user logins and digital signatures.
Use cases for MitID
Use cases for MitID
Want to know more about our MitID integration and how it can improve your business?
Want to know more about our MitID integration and how it can improve your business?
Hey developer!
Hey developer!
For developers
Simple integration
SDKs and library support for major platforms allow developers to easily integrate MitID into their app or website. Sign up for free and start implementing your authentication flow using well-known technologies like Auth0, React, .NET and Swift.

import React from "react";
import { useCriiptoVerify } from "@criipto/verify-react";
const LoginButton = () => {
const { loginWithRedirect } = useCriiptoVerify();
const login = () => {
loginWithRedirect({
acrValues: 'urn:grn:authn:dk:mitid:substantial'
});
};
return (
<button onClick={login}>
Log in
</button>
);
}
export default LoginButton;
JWT claims
Validate Danish citizens and people living in Denmark to obtain name, social security number (CPR) and optionally their address and businesses.

User experience
Realize the full potential of MitID
Supply the best MitID verification experience possible for your Danish users. Through our unique product features, you can optimize how your users login and digitally sign documents with MitID.
- Increase security by removing usernames and allow users to scan a QR code on desktop to start the login process on their phones.
- Help your users verify themselves with MitID by automatically sending your users between login and the MitID app through automatic app switch.

MitID pricing, provider fee and onboarding
MitID pricing, provider fee and onboarding
In order to use eIDs for authentication or digital signatures, you must pay an underlying eID fee to the individual eID provider. Your company or organization must also be formally approved to start verifying your users through a process that varies with the choice of eID.
In order to use eIDs for authentication or digital signatures, you must pay an underlying eID fee to the individual eID provider. Your company or organization must also be formally approved to start verifying your users through a process that varies with the choice of eID.
Setup fee
The setup fee for MitID and each additional eID is DKK 1.200.
MitID provider fee
DKK 0.24 per authentication
The fee is charged per MitID authentication request.
Onboarding
Your company or organization must register formally with Criipto before you can go into production. Read more about the onboarding process for MitID.
Billing
You will be billed monthly by Criipto for your subscription. On top of this the actual MitID usage fees are charged by Criipto.
Why integrate MitID with Criipto?
Why integrate MitID with Criipto?
Full compliance
Feel safe knowing that user authentications with MitID through Criipto as your broker will comply with the NSIS-standard and eIDAS regulations.
Simple integration
Sign up to access our test environment and instantly start integrating MitID into your website or application.
Transparent prices
See our pricing page and be 100% sure about how much you pay for MitID authentication or digital signatures with Criipto.
Frequently asked questions
What is the impact of the switch from NemID to MitID?
For all current NemID service providers, the switch to MitID brings a new login experience for your users, and you will have to change your UI flow to accommodate MitID. In terms of the technical integration required, you have to integrate with a MitID broker such as Criipto, implying a switch to the OpenID Connect federated authentication protocol.
How does Criipto support the migration?
By switching your NemID integration to Criipto, you will be technically set for MitID as well. The only thing required is to send a different value of the parameter specifying the kind of authentication chosen. Read more about how to integrate MitID in our "getting started" documentation.
What about MitID Erhverv (for business)?
MitID for business, "MitID Erhverv" in Danish, is being rolled out progressively from smaller to larger organizations throughout the first half of 2023. This means that the current NemID for business, "NemID medarrbejdersignatur", will continue to function until MitID for business has been fully introduced by June 30, 2023.
How do we manage NemID and MitID coexistence?
Until NemID is fully phased out by June 30, 2023, you will need to support both NemID and MitID. With Criipto you will get a seamless identity migration path as we make it transparent whether users log in with NemID or MitID.