Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
_Toc341972625
_Toc341972625
Attributes

Attribute

type

values

default

mandate

comment

name

string

 

 

 

 

description

string

 

 

 

 

authenticators

coll

 

 

true

 

logonProcedure

object

 

 

true

 

challengResponse

Boolean

 

False

 

 

checkStaticPass

Boolean

 

True

 

 


Anchor
_Toc341972626
_Toc341972626
/logonStep/create

Wiki Markup
+Examples:+
Method:/logonStep/create
Parameters: 
\{
 "attrs":
\{
name:"xxx",
 "logonProcedure.id":aid,
 "authenticator":\["OTP", "OTPoD"\]
 // or      
//"authenticator":\[\[code:"OTP"\], \[code:"OTPoD"\]\]
\\
\}
\}
Response: 
\{
 "error":0,
"result":\{"id":1\}
\}
\\

Anchor
_Toc341972627
_Toc341972627
/logonStep/get

Wiki Markup
+Examples:+
Method:/logonStep/get
Parameters: 
\{
 "match":
\[
\["id", "=", "123"\]
\],
"return":
\[
 \["id",\{authenticators:\[\{elements:\['code','name'\]\}\]\}\]
\]
\}
Response: 
\{
 "error":0,
"result":\{
"id":1, 
"authenticators":
\{
"elements":
\[
\{"code":"OTP","name":"One Time Password"\},
\{"code":"OTPoD","name":"OTP on Demand"\}
\]
\}
\}
\}

Anchor
_Toc341972628
_Toc341972628
/logonStep/search

Anchor
_Toc341972629
_Toc341972629
/logonStep/delete

Anchor
_Toc341972630
_Toc341972630
/logonStep/set