Skip to content
Snippets Groups Projects
Verified Commit 3ca1bfd9 authored by Mark's avatar Mark
Browse files

Fix typo in script

parent b14274fe
No related branches found
No related tags found
1 merge request!7Integration user panel
Pipeline #1489 failed with stage
in 1 minute and 4 seconds
...@@ -13,5 +13,5 @@ SCOPES="openid profile email openappstack_roles" ...@@ -13,5 +13,5 @@ SCOPES="openid profile email openappstack_roles"
curl --header "Content-Type: application/json" \ curl --header "Content-Type: application/json" \
--request POST \ --request POST \
--data "{\"client_id\": \"$KEY\", \"client_name\": \"$KEY\", \"client_secret\": \"$SECRET\", \"redirect_uris\": [\"$REDIRECT_URI\"], \"scope\": \"$SCOPES\", \"grant-types\": [\"authorization_code\",\"refresh_token\"], \"response_types\": [\"code\"], \"token_endpoint_auth_method\": \"client_secret_post\"}" \ --data "{\"client_id\": \"$KEY\", \"client_name\": \"$KEY\", \"client_secret\": \"$SECRET\", \"redirect_uris\": [\"$REDIRECT_URI\"], \"scope\": \"$SCOPES\", \"grant_types\": [\"authorization_code\",\"refresh_token\"], \"response_types\": [\"code\"], \"token_endpoint_auth_method\": \"client_secret_post\"}" \
$HOST_URL/clients $HOST_URL/clients
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment