Skip to main content

Create a mutual authentication session

POST 

/:handle/session/create

Create a mutual authentication session

Request

Path Parameters

    handle stringrequired

    Org handle

Body

required

request body

    digest string

    Digest of the expected values after being hashed with the salt multiple times

    fields

    object[]

    Fields the receiver has to fill in

  • Array [

  • description string
    format string
    name string
    type string
  • ]

  • salt string

    Salt used for hashing the plaintext

    subject string

    Optional subject

    template_id string

    Default or saved mutual authentication template ID

    ttl_secs integer

    Amount of seconds that a session is set to exist (30s < TTL < 15m)

Responses

OK

Schema

    data

    object

    session_id string
    ttl_secs integer
    success boolean
Loading...