Login by Criipto

Login by Criipto is an wordpress plugin that provides login for DK NemId, NO/SE BankId, FI Tupas, FI Mobiilivarmenne, FI All for all your sites.

Author:Criipto (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:5.5.3
Plugin version:1.0.6
Added to WordPress repository:07-08-2019
Last updated:27-08-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:590
Active installs:20+
plugin download
Click to start download

wp-criipto-verify is an wordpress plugin that provides login for DK NemId, NO/SE BankId, FI Tupas, FI Mobiilivarmenne, FI All for all your sites.

Cacerts

wp-criipto-verify plugin includes Mozilla’s current list of certification authorities in PEM format – taken from https://curl.haxx.se/docs/caextract.html. It is needed for TLS validation when the Jumbojett library makes outgoing HTTPS requests. You can replace it with your own CA list if need be.

Usage

Add this shortcode to wordpress page. Guide to add shortcode to wordpress page WordPress support

`wordpress

[criipto]
`

Supported parameters:

Type
info
Support

`acr_values=`
“Your login method”
“urn:grn:authn:no:bankid:mobile”, “urn:grn:authn:no:bankid:central”, “urn:grn:authn:se:bankid:same-device”, “urn:grn:authn:se:bankid:another-device”, “urn:grn:authn:dk:nemid:poces”, “urn:grn:authn:dk:nemid:moces”, “urn:grn:authn:dk:nemid:moces:codefile”, “urn:grn:authn:nl:digid:basic”, “urn:grn:authn:nl:digid:middle”, “urn:grn:authn:nl:digid:substantial”, “urn:grn:authn:nl:digid:high”

`client_id=`
“Your Client ID/Realm”

`implicit=`
“Return an id token directly”

`domain=`
“Your application domain”

`authority=`
“https / http”

`port=`
“port”

`afterLogOutRedirect=`
“Redirect url after log out”

Example on how to use parameters:

`wordpress

[criipto acr_values=”urn:grn:authn:no:bankid:mobile” domain=”applicationName.criipto.id”]
`