v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
user

Links an OAuth identity to an existing user. Redirects to an external OAuth provider.

get/user/identities/authorize

Query parameters

providerstring required

Name of the OAuth provider.

scopesstring required

Space separated list of OAuth scopes to pass on to provider.

redirect_tostring uri

(Optional) URL to redirect back into the app on after OAuth sign-in completes successfully or not. If not specified will use the "Site URL" configuration option. If not allowed per the allow list it will use the "Site URL" configuration option.

code_challenge_method'plain' | 's256'

(Optional) Method used to encrypt the verifier. Can be plain (no transformation) or s256 (where SHA-256 is used). It is always recommended that s256 is used.