Skip to content

Commit 74d2cee

Browse files
mevan-karuLakshanSS
authored andcommitted
fix: add required claim configurations for backstage app
Signed-off-by: Mevan <mevan.karu@gmail.com>
1 parent 2077a4e commit 74d2cee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/platform-engineer-guide/backstage-configuration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ Create an OAuth 2.0 client with the following requirements:
6060
- `<protocol>://<backstage-domain>/api/auth/openchoreo-auth/handler/frame`
6161
- Replace `<protocol>` with `http` or `https` and `<backstage-domain>` with your actual Backstage domain
6262

63+
4. **User Claims**: Configure the access token to include the following claims:
64+
- `family_name` - User's last name
65+
- `given_name` - User's first name
66+
- `email` - User's email address
67+
- `groups` - Groups the user belongs to
68+
6369
**Helm Configuration:**
6470

6571
Once you have created the OAuth client, create/update a Backstage credentials secret and configure Backstage to use it:

0 commit comments

Comments
 (0)