From 9cf69e11a3e9cc5bce24fb60aa576e44bbb36b9a Mon Sep 17 00:00:00 2001 From: Leonardo Cardoso de Almeida <105804599+imleozzito@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:30:56 -0300 Subject: [PATCH] Update docs/auth/auth0/provider.md Co-authored-by: Johan Haals Signed-off-by: Leonardo Cardoso de Almeida <105804599+imleozzito@users.noreply.github.com> --- docs/auth/auth0/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/auth0/provider.md b/docs/auth/auth0/provider.md index 6d041647f3..6fb57a641b 100644 --- a/docs/auth/auth0/provider.md +++ b/docs/auth/auth0/provider.md @@ -49,7 +49,7 @@ The Auth0 provider is a structure with three configuration keys: ## Optional Configuration - `audience`: The intended recipients of the token -- `connection`: Social identity provider name +- `connection`: Social identity provider name. To check the available social connections, please visit [Auth0 Social Connections](https://marketplace.auth0.com/features/social-connections). - `connectionScope`: Additional scopes in the interactive token request. It should always be used in combination with the `connection` parameter ## Adding the provider to the Backstage frontend