eIDs
Learn more about Norwegian Vipps token contents, how to create test users and how to gain access to production.
In order to test Vipps Login you need to install the Vipps app in a special test version on your device. Follow the Vipps guide with instructions on how to set up test apps.
In order to test you also need a test phone number. Write to support@criipto.com and put something like "Vipps Login test number" in the subject line.
Username is always made available.
For applications configured to use a static
scope
strategy, address, email, phone and birthdate are always made available.
You can also configure your tenant so it requests SSN as well.
For applications configured to use a dynamic
scope
strategy, the following scope
tokens can be supplied: address
, email
, phone
, birthdate
and ssn
(scope=openid phone email...
).
https://YOUR_SUBDOMAIN.criipto.id/oauth2/authorize?scope=openid phone ssn&...
Alternatively, you can send them in the login_hint
https://YOUR_SUBDOMAIN.criipto.id/oauth2/authorize?...&login_hint=scope:phone scope:ssn&...
which can be a useful if you are working with technology that does not let you control the scope
value.
To start accepting real users to log in with the Norwegian Vipps app, you must first request a set of secret keys - so-called client credentials from Vipps AS.
Prerequisites for ordering
In order to apply for the Vipps Login client credentials for a company you must meet the basic requirements:
Before you can order the credentials from Vipps you will need to have created a production domain in Criipto Verify as describe in the Getting ready for production guide).
Once you have set up the production domain go to the Identity sources section and take note of the URL displayed. It must be supplied when ordering the client credentials.
To order the actual credentials please go to the Vipps order page located at https://vippsbedrift.no/signup/logginnmedvipps and fill out the form as described.
Note that the bears some resemblance to the form used to order Vipps for payment so please consider the notes below when filling out the form:
After you have order the client credentials by filling out the online agreement it is proccessed by Vipps. And if you are approved, the designated contact person will receive the credentials.
Once you have received the client credentials, they must be entered into the Criipto Verify management UI, as indicated in the above image, to configure your NO Vipps Login integration.