Merge pull request #13586 from jrwpatterson/master

Auth0 allow adding the audience to access api permissions
This commit is contained in:
Fredrik Adelöw
2022-09-09 08:49:38 +02:00
committed by GitHub
7 changed files with 94 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-auth-backend': minor
---
The auth0 integration is updated to use the `passport-auth0` library. The configuration under `auth.providers.auth0.\*` now supports an optional `audience` parameter; providing that allows you to connect to the correct API to get permissions, access tokens, and full profile information.
[What is an Audience](https://community.auth0.com/t/what-is-the-audience/71414)