maas-schemas

request Schema

http://maasglobal.com/tsp/customer-auth/request.json

Request schema for initiating customer authorization for TSP

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated No Develop No Forbidden Permitted tsp/customer-auth/request.json

Schema Hierarchy

request Properties

Property Type Required Nullable Defined by
locale string Optional No request (this schema)
nonce string Required No request (this schema)
returnUrl string Required No request (this schema)
* any Additional Yes this schema allows additional properties

locale

locale

locale Type

string

All instances must conform to this regular expression (test examples here):

^[a-z]{2,3}(?:-[a-zA-Z]{4})?(?:-[A-Z]{2,3})?$

nonce

Encoded Query Params

nonce

nonce Type

string

returnUrl

URL where client is returned after authorization flow is completed.

returnUrl

returnUrl Type

string

All instances must conform to this regular expression (test examples here):

^(https?|ftp):\/\/[^\s/$.?#].[^\s]*$