Product Documentation

 

Version 3 of SKFS Representational State Transfer (REST) Application Programming Interface (API) for FIDO Administrator supports an array of web services for a variety of functions:

  • ping SKFS
  • create, get, update and delete policy.
  • get, update and delete configuration.
  • update username
  • get user keys

All FIDO web services must use Transport Layer Security (TLS)—implemented through the Secure Hyper Text Transfer Protocol (HTTPS)Successful REST web service requests always return a 200 OK with a response payload (if appropriate).

     The web service description for REST can be found at the following URL on SKFS: https://<host:port>/skfs/rest/application.wadlOn the StrongKey DEMO site, you can see an example here: https://demo.strongkey.com/skfs/rest/application.wadl

      All SKFS web services are implemented as HTTP POST operations. Each REST web service operation requires a single Java Script Object Notation (JSON) object as a parameter that contains embedded JSON objects.