Skip to content

Commit

Permalink
MitID Erhverv + BankIDNO updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoskaleva committed Apr 5, 2024
1 parent 993dc24 commit 04060d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default Layout;
- **Signature order is created:** When you create a signature order with `createSignatureOrder` you send along document blobs with it,
upon receiving it we validate it and then [double-encrypt](#encryption-and-storage) it and store it on Azure servers.
- **Signatory signs:** Whenever a signatory needs to sign a document we download and decrypt it to show it to the user,
once the user signs we embed the signatory evidence (usually eID claims returned by Criipto Verify inside the PDF and seal it with Criiptos AATL certificate.
once the user signs we embed the signatory evidence (usually eID claims returned by Criipto Verify) inside the PDF and seal it with Criiptos AATL certificate.
After sealing the PDF we then again [double-encrypt](#encryption-and-storage) it and store it on Azure servers, ready for the next person to sign.
- **Signature order is closed:** Upon closing a signature order we apply a final document timestamp to the PDF to ensure that the data inside is valid for multiple years.
You should always request document blobs as part of the close response as this is the last time they will be available. After closing the documents will be deleted from Criipto servers.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/verify/e-ids/danish-mitid-erhverv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Detailed instructions, along with a [video demonstration](#video), are provided
1. Go to the test organization creation page and fill in the form: [https://testportal.test-devtest4-nemlog-in.dk/](https://testportal.test-devtest4-nemlog-in.dk/)

2. The wizard will generate an organization admin account with username/password credentials. The password is self-supplied, and the username is autogenerated.
You can then follow the [Link til MitID Erhverv - IntTest](https://test-devtest4-nemlog-in.pp.mitid.dk/login/mitid) to login as the organization admin:
You can then follow the **Link til MitID Erhverv - IntTest** to login as the organization admin:

![Nemlog-in test login](./images/mitid-erhverv-organization-created.png)

3. Open the ["Test login" tab](https://test-devtest4-nemlog-in.pp.mitid.dk/login/mitidsim) and log in as the organization admin with username and password.
3. Open the **"Test login" tab** and log in as the organization admin with username and password.

![Nemlog-in test login](./images/mitid-erhverv-nemlog-in.png)

Expand Down
Binary file modified src/pages/verify/e-ids/images/mitid-erhverv-nemlog-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/pages/verify/e-ids/norwegian-bankid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,18 @@ Biometrics is always included in the basis agreement.

Due to new terms and conditions in the agreement, you must send us an updated application if you wish to use BankID Biometrics.

### About BankID Biometrics
### BankID Biometrics assurance level

BankID Biometrics assurance level is “Substantial”.

[Learn more about assurance levels](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/eIDAS+Levels+of+Assurance).

If you can only use assurance level “High” in your login flow, you must explicitly specify the [login_hint=BID](/verify/guides/prefilled-fields/) in your authorize requests to Criipto Verify. _Please note that using `login_hint=BID` will disable biometrics in the BankID app._

### Modifying user flows

By default, the user flow is controlled by the user-defined settings of the BankID app: no additional configurations required. If necessary, you can adjust the user flow by adding a `login_hint` to the [authorize URL](/verify/guides/authorize-url-builder/).

The table below provides a list of options for using `login_hint` with Norwegian BankID, and the resulting user flows. Check [our guide on prefilled fields](https://docs.criipto.com/verify/guides/prefilled-fields/) to learn more.

| Parameter | Description |
Expand Down

0 comments on commit 04060d4

Please sign in to comment.