dreamfactory/df-oauth
最新稳定版本:0.18.0
Composer 安装命令:
composer require dreamfactory/df-oauth
包简介
OAuth support for DreamFactory Platform 2.0
关键字:
README 文档
README
DreamFactory OAuth support.
Configure DreamFactory OAuth Connector
- Log in to the DreamFactory admin interface.
- Navigate to Security > Authentication > Add Service.
- Choose the desired provider from the Service Type dropdown.
- 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
/ssoendpoint.- Example: If your namespace is
github_oauth, the redirect URL should be:https://your-dreamfactory-instance.com/api/v2/github_oauth/sso
- Example: If your namespace is
- Namespace: Must end with
- Save the configuration.
- Log out, reload the page, and the new OAuth login option for the configured provider should be visible.
统计信息
- 总下载量: 48.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-08-07