Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version master
Tip
iconfalse

Subscribe to the BankID services statuspage to receive notification about future releases, downtime and maintenance.

Note

The AML service is running as a separate service and has its own release cycle different from the rest of the OIDC platform. See separate changelog for changes in the Anti-money laundering product.

The following tables summarizes changes in the releases of the OIDC Service:

OIDC 2023-11

Upcoming releaseRelease date: 2023-08-29


Change
1

Add support for API versioning - introducing version 2 of BankID OIDC

2

Returns any BankID Error codes triggered during user session in error_description on callback to merchant.

Here is an example where BID-20b0 was observed on the session:

https://example.org/callback?error=access_denied&error_description=bankid_error_codes%3A20b0&state=6c1ae8be-add4-4e62-80f7-dce31a3b4bfd

3

Moves static error page path from https://login.bankid.no/error/* to https://login.bankid.no/err/*

4

(Version 2) Change format of AMR claim from an uppercase String to an array of lowercased Strings.

5

(Version 2) Introduce new claim api_ver in Tokens to indicate the BankID OIDC API version used to generate tokens.

...


Change
1Added sid to tokens. See depreciation notice session state replaced by sid in tokens
2

Internal improvements and bug fixes

...


Change
1Resolved issue that caused resource servers to respond with 401 Unauthorized even if the access token used is valid
2Internal improvements and bug fixes.

...

Release date: 2020-04-02


Change
1Fix for KMF-54
2Display merchant logo when using TINFO
3Added alt attribute for merchant logo
4Internal improvements and bug fixes

...