...
- Insert
client_id
in the Client Identifier field. - Insert
private_key_jwt
in the Token Endpoint Authentication Method field. - Press the Update button.
- Upload the Authentication Adapter Metadata.
- Press the Upload button next to label "Provider Metadata:".
- Paste the Authentication Adapter Metadata JSON string in the field or upload the file containing it.
- Press OK.
- Upload the Authentication Adapter JWKS.
- Press the Upload button next to label "Provider JWKS:".
- Paste the Authentication Adapter JWKS string in the field or upload the file containing it.
- Press OK.
...
title | Bank 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 | ||
---|---|---|
| ||
{
"ubisecure_request_parameters": {
"acr_values": "mod-mf"
}
} |
Under the Main tab:
- Tick Enabled.
- Press the Update button.
...