Skip to content

getting Access token for FC APIs #6

@Anirbanfhr

Description

@Anirbanfhr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions