=== Login by Criipto === Contributors: Criipto Donate link: https://docs.criipto.com/wordpress Tags: comments, spam Requires at least: 5.2 Tested up to: 5.5 Stable tag: 5.5 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.criipto.com/licenses/gpl-2.0.html == Description == 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. == Installation == 1. Download or clone this repository to the plugin folder in your wordpress project. Typicaly "[wordpress project name]"/wp-content/plugins. 2. Activate wp-criipto-verify plugin, by going to wordpress admin -> plugins and press Activate. 3. Sign up a free account on [criipto](https://criipto.com/products/criipto-verify-pricing/#plans) 4. Login to [Criipto manager](manager.criipto.id) 5. Go to applicaton tap, create a new application and follow the steps 6. You should end op having an application looking this `/assets/gitHubImg/example1.png` drawing 7. Add the applications information from manage.criipto.id to criipto settings in wordpress == Screenshots == 1. `/assets/screenshot.png` == Usage == Add this shortcode to wordpress page. Guide to add shortcode to wordpress page [Wordpress support](https://en.support.wordpress.com/wordpress-editor/blocks/shortcode-block/) ```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"] ```