PHPackages                             rimba/idp - 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. rimba/idp

ActiveLibrary

rimba/idp
=========

Laravel Passport-based Identity Provider (IdP) package for local apps to use as SSO

v1.1.3(yesterday)08↑2900%MITPHPPHP ^8.3

Since Jul 29Pushed yesterdayCompare

[ Source](https://github.com/rimba-portal/idp)[ Packagist](https://packagist.org/packages/rimba/idp)[ RSS](/packages/rimba-idp/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (15)Used By (0)

Rimba IdP
=========

[](#rimba-idp)

A deliberately simple Laravel Passport IdP package for Rimba v1.

Included
--------

[](#included)

1. Client application redirects to Rimba/Who authentication through Passport authorization-code flow.
2. On success, client exchanges the code, calls `/api/idp/user`, and receives profile, Staff roles and Staff permissions according to granted scopes.
3. Filament admin registration creates a Passport client and pairs with `idp_clients` metadata.
4. Each client may be allowed to call users, roles and permissions directory APIs.
5. Platform integration notes are included for .NET, Java, JavaScript, PHP and Python.

Data ownership
--------------

[](#data-ownership)

- Passport owns OAuth clients, codes and tokens.
- `rimba/siapa` owns authentication orchestration.
- `User` remains the authentication identity.
- Linked `Staff` remains the business identity and owns roles/permissions.
- `rimba/idp` owns only client integration metadata and API access flags.

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

[](#installation)

```
composer require rimba/idp
php artisan vendor:publish --tag=idp-config
php artisan migrate
php artisan passport:keys
php artisan idp:diagnose
```

The host User must support Passport `HasApiTokens`. Register the package's Filament client resource in the host panel or package discovery convention used by the Rimba installation.

Client scopes
-------------

[](#client-scopes)

```
profile
roles
permissions
users.read
roles.read
permissions.read

```

Important
---------

[](#important)

This v1 is OAuth2 plus UserInfo. It does not claim OpenID Connect compliance and does not implement SLO, SAML, SCIM, federation or device login.

Admin resource
--------------

[](#admin-resource)

Register `Rimba\Idp\Http\UI\Admin\Resources\IdpClientResource` in the Rimba Filament panel if the base package does not auto-discover package resources. The registration notification displays Passport command output so the generated client credentials can be copied immediately.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance100

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

14

Last Release

1d ago

PHP version history (2 changes)v1.0.1PHP ^8.3

v1.0.10PHP ^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/82928cddaeeb6815a363ccc2b7d7c882377a1a7ebc4006892c27cd56959719d3?d=identicon)[bites](/maintainers/bites)

---

Top Contributors

[![a-faros](https://avatars.githubusercontent.com/u/114036707?v=4)](https://github.com/a-faros "a-faros (15 commits)")

### Embed Badge

![Health badge](/badges/rimba-idp/health.svg)

```
[![Health](https://phpackages.com/badges/rimba-idp/health.svg)](https://phpackages.com/packages/rimba-idp)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

24.3k69.5k](/packages/grumpydictator-firefly-iii)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28039.2k](/packages/exceedone-exment)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

62473.7k10](/packages/jeremy379-laravel-openid-connect)[joselfonseca/lighthouse-graphql-passport-auth

Add GraphQL types and mutations for login and recover password functionalities

233814.3k1](/packages/joselfonseca-lighthouse-graphql-passport-auth)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

189571.3k](/packages/juzaweb-cms)

PHPackages © 2026

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