Adding Clients for Inferno tests
This article explains how Clients for Inferno can be created
A Client
can be added with predefined secret and without. Sometimes it's important to add a Client
resource without predefined id
and secret
.
Client with predefined secret and id
To create
or update
a Client with predefined secret
and id
.
id
of the Client is defined within the uri. It's ainferno-confidential-patient-smart-app
valuesecret
is defined in the request body. The secret value isinferno-confidential-patient-smart-app-secret
Client without predefined secret and id (patient confidential app)
To create
a Client without predefined secret and client id use the smartbox.portal.developer.rpc/save-developer-application
RPC method.
Request parameters
confidentiality
is a set of two options:confidential
andpublic
. In the example above theconfidential
is chosenapplication-name
is the application namedescription
is the application descriptionredirect-url
is the redirect uri of the applicationlaunch-uri
is the launch uri pf the applicationlogo-url
is the url of the application logo fileorg-name
is the name of the company application belongs toorg-url
is the url of the compamy's websitepolicy-url
is the link to the application policy pagetos-url
is the link to the application term of services page
How to get Client secret
Use id
we received oт the previous step to request Client details. The secret
contains generated value.
Client without predefined id (patient public app)
To create
a Client without predefined id
use the smartbox.portal.developer.rpc/save-developer-application
RPC method.
Request parameters
confidentiality
is a set of two options:confidential
andpublic
. In the example above thepublic
is chosenapplication-name
is the application namedescription
is the application descriptionredirect-url
is the redirect uri of the applicationlaunch-uri
is the launch uri pf the applicationlogo-url
is the url of the application logo fileorg-name
is the name of the company application belongs toorg-url
is the url of the compamy's websitepolicy-url
is the link to the application policy pagetos-url
is the link to the application term of services page
Client for provider usage
Client for Bulk API
Last updated
Was this helpful?