biigle/auth-lslogin
最新稳定版本:v2.0.5
Composer 安装命令:
composer require biigle/auth-lslogin
包简介
BIIGLE module to offer authentication via Life Science Login.
关键字:
README 文档
README
This is a BIIGLE module that provides authentication via Life Science Login.
Information on how to register your BIIGLE instance as a new relying party to Life Science Login can be found here. In the application form, enter the following technical information:
- SAML2 or OIDC: OIDC
- Supported grants:
- Authorization Code Flow
- Refresh Token
- Client is public: No (leave unchecked)
- Require PKCE: Yes (check box)
- Redirect URLs:
https://example.com/auth/lslogin/callback(replaceexample.comwith your actual domain)
Installation
- Run
composer require biigle/auth-lslogin. - Run
php artisan vendor:publish --tag=publicto refresh the public assets of the modules. Do this for every update of this module. - Configure your Life Science Login credentials in
config/services.phplike this:'lifesciencelogin' => [ 'client_id' => env('LSLOGIN_CLIENT_ID'), 'client_secret' => env('LSLOGIN_CLIENT_SECRET'), 'redirect' => '/auth/lslogin/callback', ],
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.
统计信息
- 总下载量: 4.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2023-04-06