PHPackages                             biigle/auth-lslogin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. biigle/auth-lslogin

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

biigle/auth-lslogin
===================

BIIGLE module to offer authentication via Life Science Login.

v2.0.5(10mo ago)05.3k—2%[1 issues](https://github.com/biigle/auth-lslogin/issues)GPL-3.0-onlyPHPCI passing

Since May 2Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/biigle/auth-lslogin)[ Packagist](https://packagist.org/packages/biigle/auth-lslogin)[ Docs](https://biigle.de)[ RSS](/packages/biigle-auth-lslogin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

BIIGLE Life Science Login Module
================================

[](#biigle-life-science-login-module)

[![Test status](https://github.com/biigle/auth-lslogin/workflows/Tests/badge.svg)](https://github.com/biigle/auth-lslogin/actions?query=workflow%3ATests)

This is a BIIGLE module that provides authentication via [Life Science Login](https://lifescience-ri.eu/ls-login/).

Information on how to register your BIIGLE instance as a new relying party to Life Science Login can be found [here](https://lifescience-ri.eu/ls-login/relying-parties/how-to-register-and-integrate-a-relying-party-to-ls-login.html). In the [application form](https://webapp.aai.lifescience-ri.eu/sp_request), 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` (replace `example.com` with your actual domain)

Installation
------------

[](#installation)

1. Run `composer require biigle/auth-lslogin`.
2. Run `php artisan vendor:publish --tag=public` to refresh the public assets of the modules. Do this for every update of this module.
3. Configure your Life Science Login credentials in `config/services.php` like this: ```
    'lifesciencelogin' => [
        'client_id' => env('LSLOGIN_CLIENT_ID'),
        'client_secret' => env('LSLOGIN_CLIENT_SECRET'),
        'redirect' => '/auth/lslogin/callback',
    ],
    ```

Developing
----------

[](#developing)

Take a look at the [development guide](https://github.com/biigle/core/blob/master/DEVELOPING.md) of the core repository to get started with the development setup.

Want to develop a new module? Head over to the [biigle/module](https://github.com/biigle/module) template repository.

Contributions and bug reports
-----------------------------

[](#contributions-and-bug-reports)

Contributions to BIIGLE are always welcome. Check out the [contribution guide](https://github.com/biigle/core/blob/master/CONTRIBUTING.md) to get started.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance53

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~137 days

Recently: every ~113 days

Total

7

Last Release

327d ago

Major Versions

v1.0.0 → v2.0.02024-04-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (30 commits)")[![lehecht](https://avatars.githubusercontent.com/u/72259845?v=4)](https://github.com/lehecht "lehecht (1 commits)")

---

Tags

biiglebiigle-module

### Embed Badge

![Health badge](/badges/biigle-auth-lslogin/health.svg)

```
[![Health](https://phpackages.com/badges/biigle-auth-lslogin/health.svg)](https://phpackages.com/packages/biigle-auth-lslogin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
