Update docs/auth/auth0/provider.md

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Leonardo Cardoso de Almeida <105804599+imleozzito@users.noreply.github.com>
This commit is contained in:
Leonardo Cardoso de Almeida
2022-09-30 10:30:56 -03:00
committed by GitHub
parent c4d6c74cbb
commit 9cf69e11a3
+1 -1
View File
@@ -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