Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Insert client_id in the Client Identifier field.
  2. Insert private_key_jwt in the Token Endpoint Authentication Method field.
  3. Press the Update button.
  4. Upload the Authentication Adapter Metadata.
    1. Press the Upload button next to label "Provider Metadata:".
    2. Paste the Authentication Adapter Metadata JSON string in the field or upload the file containing it.
    3. Press OK.
  5. Upload the Authentication Adapter JWKS.
    1. Press the Upload button next to label "Provider JWKS:".
    2. Paste the Authentication Adapter JWKS string in the field or upload the file containing it.
    3. Press OK.

...

titleBank ID Authentication Adapter 1.0.0

SSO 8.8 (or newer) doesn't anymore send the parameter acr_values in the UBAA authentication request.

BankID Authentication Adapter 1.0.0 requires that the parameter acr_values is present. This requirement has been removed from versions newer than 1.0.0, so it's recommended to be updated to the newest version.

Optionally, to make SSO 8.8 (or newer) compatible with BankID Authentication Adapter 1.0.0, you can include the parameter "ubisecure_request_parameters" with {"acr_values":"mod-mf"} in the client metadata. This makes SSO to send the parameter acr_values=mod-mf in the authentication request.

Code Block
languagejs
{
  "ubisecure_request_parameters": {
    "acr_values": "mod-mf"
  }
}

Under the Main tab:

  1. Tick Enabled.
  2. Press the Update button.

...