Step 1: Create an application
POST {{apiPath}}/environments/{{envID}}/applications
Request Body
{"name"=>"RegistrationFormApp_{{$timestamp}}", "enabled"=>true, "type"=>"WEB_APP", "protocol"=>"OPENID_CONNECT", "responseTypes"=>["CODE"], "grantTypes"=>["AUTHORIZATION_CODE"], "tokenEndpointAuthMethod"=>"CLIENT_SECRET_BASIC", "postLogoutRedirectUris"=>["https://www.example.com"], "redirectUris"=>["https://www.google.com"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |