...
The following sub-sections contain information on the BankID Identity Provider (IDP) options supported by this release of the OpenID Connect Provider from BankID. See general also information on about user experience that applies for the various IDP.
...
Remark that some IDPs must be selected by the login_hint
parameter.
The OIDC Provider also includes a JavaScript Connector supporting all IDPs. The JS Connector is a wrapper for the API that simplifies integration for front-end applications and ensures that the REST API is used in the intended way.
(amr)
(acr)
IDP | Login Hint | LoA | AMR (from API Version 2) | Security Level | Comment |
---|---|---|---|---|---|
BankID Netcentric | BID | urn:bankid:bid;LOA=4 |
[ "bid" ] | High | |
BankID on Mobile | BIM | urn:bankid:bim;LOA=4 |
[ "bim" ] | High | |
BankID Biometric | BIS | urn:bankid:bis;LOA=3 |
https://developer.bankid.no/bankid-with-biometrics/flows/code/#token-claims | Substantial | IDP selectable by login_hint only. |
Login hints
The OIDC Provider from BankID supports codification of amr
values as part of the login_hint
request parameter to the authorize endpoint. Hence, pre-selection of the BankID IDP along with pre-selection of user-ID can be governed by supplying proper values as shown in the following table.
...