Step 1: Create a web application

POST {{apiPath}}/environments/{{envID}}/applications

Request Body

{"enabled"=>true, "name"=>"solutionSimpleLogin_{{$timestamp}}", "description"=>"This is an OIDC Web application.", "type"=>"WEB_APP", "protocol"=>"OPENID_CONNECT", "grantTypes"=>["AUTHORIZATION_CODE"], "redirectUris"=>["https://www.example.com", "http://localhost:8080", "http://localhost:3000", "http://localhost:3000/callback"], "responseTypes"=>["CODE"], "tokenEndpointAuthMethod"=>"CLIENT_SECRET_BASIC"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring