Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsSupabase ToolsSupabase Beta Authorize User Through Oauth
Supabase Tools

Supabase Beta Authorize User Through Oauth

Generates a Supabase OAuth 2.0 authorization URL for user redirection. IMPORTANT: This action requires a pre-registered OAuth client_id and a redirect_uri that matches one of the pre-registered URIs for that OAuth application. Without a valid registered OAuth application, this e…

Write actionRisk level 2 of 5OAuth connection
Use Supabase Beta Authorize User Through Oauth

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • scopestring
    Space-separated list of OAuth scopes for requested permissions on user resources (e.g., 'email profile', 'storage.objects.read').
  • statestring
    Opaque value to maintain state between request and callback; returned unmodified to aid CSRF prevention.
  • client_idstring
    Required
    Unique identifier for the OAuth client application, registered with Supabase. Must be a valid client_id from a registered OAuth application.
  • redirect_uristring
    Required
    URI where Supabase redirects the user after authorization; must exactly match a registered URI for the client application.
  • response_modestring
    Specifies how authorization response parameters are returned (e.g., 'query', 'fragment', 'form_post'). Default is determined by `response_type` if not specified.
  • response_typestring
    Required
    Specifies the authorization flow type: 'code' for Authorization Code Grant; 'token' for Implicit Grant (access token); 'id_token token' for OIDC hybrid flows (ID and access tokens).
  • code_challengestring
    PKCE code challenge to secure authorization code grants, typically a BASE64URL-encoded SHA256 hash of `code_verifier`.
  • code_challenge_methodstring
    Method to derive `code_challenge` for PKCE: 'S256'/'sha256' for SHA256 hashing; 'plain' sends verifier as is (not for production if hashing possible). Required if `code_challenge` is provided.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.