Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title4.4.0
 

The Authorization Settings REST API is used by the ServiceMobility mobile application to determine how users should be authorized (i.e. logged in). That is, it is used to determine if users should be authorized using ServiceMobility's built in user authorization process, or if an /wiki/spaces/MOB3/pages/2510243 should be used.

Info

ServiceMobility customers integrating with ServiceMobility via APIs have no reason to use this API.



Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

On this page:

Table of Contents
maxLevel2

Related pages:


Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Retrieve the details of how authorization should be performed

GET /seiapi/v3/mobile/AuthorizationCfg

Include Page
_Default HTTP Headers
_Default HTTP Headers



API Specifics


Panel
borderColor#D3D3D3

Retrieve the details of how authorization should be performed

This REST API will return a Location with the specified ID, for the Account with the specified ID. The Location with the specified ID and the Account with the specified ID must already exist in the system.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/mobile/AuthorizationCfg

HTTP Request Body

This request does not require a request body. 

HTTP Response

On success, an HTTP response code of 200 will be returned, and the response body will contain the following JSON object.

Code Block
languagejs
titleJSON Format
{
  "Scope": "sm/mobile",
  "SystemID": "",
  "URL": {
    "Authorize": "",
    "Token": "",
    "CreateJWT": ""
  },
  "UsePKCEFlow": false,
  "UseSSO": false
}

Otherwise, on error, the response body will contain a descriptive reason for the error.