From 59c06a215edaf6cf627753462f522b7d8a2ee4ca Mon Sep 17 00:00:00 2001 From: Jack Palmer Date: Fri, 23 Jan 2026 10:53:35 +0000 Subject: [PATCH] chore: update documentation Signed-off-by: Jack Palmer --- docs/auth/auth0/provider.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/auth/auth0/provider.md b/docs/auth/auth0/provider.md index 90ac36f07d..b836bf01f6 100644 --- a/docs/auth/auth0/provider.md +++ b/docs/auth/auth0/provider.md @@ -44,6 +44,7 @@ auth: audience: ${AUTH_AUTH0_AUDIENCE} connection: ${AUTH_AUTH0_CONNECTION} connectionScope: ${AUTH_AUTH0_CONNECTION_SCOPE} + organization: ${AUTH_AUTH0_ORGANIZATION_ID} ## uncomment to set lifespan of user session # sessionDuration: { hours: 24 } # supports `ms` library format (e.g. '24h', '2 days'), ISO duration, "human duration" as used in code session: @@ -69,6 +70,7 @@ Auth0 requires a session, so you need to give the session a secret key. - `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. - `sessionDuration`: Lifespan of the user session. +- `organization`: Specify a specific organization ID to be targeted as part of the login flow. ### Resolvers