-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Assuming that I need the ACCESS_TOKEN to make API calls, Where will I get the values of client_id and client_secret fields in the below curl command
ACCESS_TOKEN=$(
curl -s
-d "client_id=federated-catalogue"
-d "client_secret=keycloak-client-secret"
-d "username="
-d "password="
-d "grant_type=password"
"https://fc-key-server.opengpt-x.de/realms/gaia-x/protocol/openid-connect/token" | jq '.access_token' | tr -d '"'
)
echo $ACCESS_TOKEN
Metadata
Metadata
Assignees
Labels
No labels