To retrieve an Access Token for Backstage API, use the Client Credentials Flow:
- Client submits
client_id
andclient_secret
to thetoken
endpoint. - Server returns an Access Token.
Deprecation notice
The Password Credentials flow for Backstage API has been deprecated.