dreamfactory/df-oauth

OAuth support for DreamFactory Platform 2.0
49,606 6
Install
composer require dreamfactory/df-oauth
Latest Version:1.0.3
PHP:^8.3
License:Apache-2.0
Last Updated:Sep 2, 2026
Links: GitHub  ·  Packagist
Maintainer: dreamfactory

df-oauth

DreamFactory OAuth support.

Overview

DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.

Configure DreamFactory OAuth Connector

  1. Log in to the DreamFactory admin interface.
  2. Navigate to Security > Authentication > Add Service.
  3. Choose the desired provider from the Service Type dropdown.
  4. Enter the required details:
    • Namespace: Must end with _oauth (e.g., github_oauth).
    • Label: Example: GitHub Sign In. This label will be displayed on DreamFactory's login page as the text on the provider's sign-in button.
    • Client ID: Obtained from the provider's application settings.
    • Client Secret: Obtained from the provider's application settings.
    • Redirect URL: This must match the provider's application settings and the DreamFactory configuration. It should point to the /sso endpoint.
      • Example: If your namespace is github_oauth, the redirect URL should be:
        https://your-dreamfactory-instance.com/api/v2/github_oauth/sso
        
  5. Save the configuration.
  6. Log out, reload the page, and the new OAuth login option for the configured provider should be visible.

Related Packages

mmanos/laravel-api

A RESTful API package for Laravel 5.

371 16
dreamfactory/dreamfactory

The DreamFactory(tm) Platform.

165 1,787
dreamfactory/df-core

DreamFactory(tm) Core Components

52,421 16
mbarwick83/twitter-api

Laravel 5.1 wrapper for the most popular PHP library for use with the Twitter OA...

3,101 2
omarelgabry/lumen-api-oauth

A RESTful API based on Lumen micro-framework with OAuth2.

16 76