Authentication and Authorization
Vault level Authorization
Request example
curl 'https://auth.verygoodsecurity.com/auth/realms/vgs/protocol/openid-connect/token' \
--request POST \
--header 'content-type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials \
--data client_id=<client_id> \
--data client_secret=<client_secret>Last updated

