Simple BankID integration (via Stø)
BankID is the most used eID in Norway with over 4,5 million users.
Idura is owned by Stø (the provider of BankID), offering BankID integration straight from the source.
Fast to implement. Easy to maintain.
Get BankID directly from the source
Idura is owned by Stø, the provider of Norwegian BankID. By integrating via Idura, you get BankID without intermediaries.
We keep your solution up to date
Give your developers their time back. We handle every update and protocol change on our end.
Customize BankID to fit your needs
BankID is for more than just logging in. Meet all your identity needs and tailor BankID to suit your specific use cases.
Use BankID in our products
Idura Verify
Log in to your site or app with electronic identities (eIDs) that meet regulatory standards
Idura Signatures
Digitally sign documents with legally binding signatures, fully customized for your brand
Why choose Idura
Realtime technical support
Get fast technical help directly from our developers in a dedicated Slack channel
Developer-friendly integration
Get immediate access to Norwegian BankID and all our supported eIDs through one simple integration
Fast and efficient onboarding
Get your developers up and running in minutes with access to an intuitive dashboard
Start integrating BankID in minutes
Integrate easily with ready-made SDKs and library support for all major platforms. Create a free test account and start implementing instantly with 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:no:bankid:substantial'
});
};
return (
<button onClick={login}>
Log in
</button>
);
}
export default LoginButton;
JWT claims
Validate Norwegian users to get verified social security number ("fødselsnummer") and name. (You may also request unverified address, email, and phone number.)
Verify faster with biometrics
Speed up the login process and make it more secure and user-friendly. BankID app lets users log in with fingerprint or face recognition, which removes friction and reduces verification time to under 10 seconds.
Frequently asked questions
Create a free test account and start implementing in our test environment.
Learn how to set up a more efficient BankID login flow in three simple steps.
Learn how to easily add BankID as a user authentication method in our step-by-step guide.
BankID with biometrics has the second-highest level and covers almost all authentication cases. If you need the highest level of assurance, you'll have to upgrade to BankID High.
Ready to verify users with Norwegian BankID?
Start testing for free. Onboard in minutes and try our products for as long as you need.