From 8600855fbf786cf575b77bb3d63f1ac36f9fe25a Mon Sep 17 00:00:00 2001 From: Joe Patterson Date: Thu, 8 Sep 2022 13:59:05 +1000 Subject: [PATCH] Update docs to reflect the change and add change set Signed-off-by: Joe Patterson --- .changeset/smart-sloths-search.md | 5 +++++ docs/auth/auth0/provider.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/smart-sloths-search.md diff --git a/.changeset/smart-sloths-search.md b/.changeset/smart-sloths-search.md new file mode 100644 index 0000000000..4b69184fa6 --- /dev/null +++ b/.changeset/smart-sloths-search.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend': minor +--- + +Converts the auth0 to the passport-auth0 package and allows the addition of audience to auth0 connections this means that you can connect to the correct API to get permissions, access tokens and full profile diff --git a/docs/auth/auth0/provider.md b/docs/auth/auth0/provider.md index 80106a73c9..1bfa333191 100644 --- a/docs/auth/auth0/provider.md +++ b/docs/auth/auth0/provider.md @@ -34,6 +34,7 @@ auth: clientId: ${AUTH_AUTH0_CLIENT_ID} clientSecret: ${AUTH_AUTH0_CLIENT_SECRET} domain: ${AUTH_AUTH0_DOMAIN_ID} + audience: ${AUTH_AUTH0_AUDIENCE} ``` The Auth0 provider is a structure with three configuration keys: