content-type
string
application/x-www-form-urlencoded
client_id
string
registry-frontend
username
string
_osConfig.ownershipAttributes.userId
of the entity according to the schemapassword
string
test
(default password, specified in registry config/docker compose file)grant_type
string
password
access_token
string
expires_in
number
token_type
string
Bearer
, else we have gotten the wrong tokenscope
string
{keycloak-url}
is usually http://localhost:8081, and{realm}
is usuallysunbird-rc
.The{keycloak-url}
is usuallylocalhost:{port}
. The port can be found under thekc
section in thedocker-compose.yaml
file. The{realm}
can be found at the top of therealm-export.json
file used to configure keycloak.