Webanizr Logo
Open / sluit menu
Module webauthentication

Last change: March 18, 2020

Current version: 1.0.1

Module adds webauthication options to a website

syntax

webanizr.collect('webauthentication', parameters, callback);

parameters

The type of action to perform

type__action (required)

The type of action to perfom. Options are:

  • create

call__test (optional)

Fills all required parameters (except type__action) with dummy values. This is for testing the module.

name__relyingparty (required)

The name of the party that performs the server side actions for the web authentication

id__relyingparty (required)

The id of the party that perform the server side actions for the webs authentication (eg the domain)

challenge__server (required)

The challange string created by the server

displayname__user (required)

The display name of the user add to the web authentication

name__user (required)

The name or email address of the user to add to the web authentication

id__user (required)

The id of the user to add to the web authentication

callback

The callback is called when the authentication is performed. 

credential__publickey

The publickey credential to be validated on the server.

changelog

  • March 13, 2020 - first version
  • March 18, 2020 - public key credential returned in callback