Step 1: Create a web application
POST {{apiPath}}/environments/{{envID}}/applications
Request Body
{"enabled"=>true, "name"=>"SolutionApp_{{$timestamp}}", "description"=>"This is an OIDC Web application.", "type"=>"WEB_APP", "protocol"=>"OPENID_CONNECT", "grantTypes"=>["IMPLICIT"], "redirectUris"=>["https://www.example.com", "https://example.com/login/callback", "http://localhost:3000", "http://localhost:8080"], "responseTypes"=>["ID_TOKEN"], "tokenEndpointAuthMethod"=>"NONE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |