/
_OAuth Provider Object Format
_OAuth Provider Object Format
Jason Andrew
Owned by Jason Andrew
Sept 25, 2023
Analytics
Loading data...
JSON Format Expand source
{ "$async": true, "$schema": "http://json-schema.org/draft-07/schema", "$id": "http://broker.servicepower.com/schemas/sub_schemas/OAuth.json", "properties": { "Provider": { "description": "Identity Provider", "type": "string", "default": "Cognito", "enum": [ "Cognito" ] }, "ClientId": { "description": "Application Client Id", "type": "string", "default": "" }, "ClientSecret": { "description": "Application Client Secret", "type": "string", "default": ""
, multiple selections available,