Simple SSO
Number of APIs: 3
-
Step 3: Send an authorization request GET {{authPath}}/{{envID}}/as/authorize?response_type=code&client_id={{solutionAppID}}&redirect_uri=http://localhost:3000/callback&scope=openid
-
Step 1: Create a web application POST {{apiPath}}/environments/{{envID}}/applications
-
Step 2: Get the application secret GET {{apiPath}}/environments/{{envID}}/applications/{{solutionAppID}}/secret