Backstage · Example Payload

Auth Auth Response Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Auth Auth Response Example is an example object payload from Backstage, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

backstageIdentityprofileproviderInfo

Example Payload

Raw ↑
{
  "backstageIdentity": {
    "token": "Bearer eyJhbGciOiJSUzI1NiJ9.example",
    "identity": {
      "type": "sample-value",
      "userEntityRef": "sample-value",
      "ownershipEntityRefs": [
        "sample-value"
      ]
    }
  },
  "profile": {
    "email": "sample-value",
    "displayName": "my-service",
    "picture": "sample-value"
  },
  "providerInfo": {
    "accessToken": "Bearer eyJhbGciOiJSUzI1NiJ9.example",
    "expiresInSeconds": 39.82
  }
}