person-controller

Get a JWT from the auth request

Validate the person's authentication request and issue a JWT for the person.

post/api/persons/{personId}/jwts

Path parameters

personIdstring required

personId

Request body

fidoAuthRequeststring
fidoAuthResponsestring
fidoResponseMessagestring
idstring
status'ERROR' | 'FAILED' | 'PENDING' | 'SUCCESS'

Response

Created

fidoAuthRequeststring
fidoAuthResponsestring
fidoResponseMessagestring
idstring
status'ERROR' | 'FAILED' | 'PENDING' | 'SUCCESS'

Changes