PHPackages                             intracto/fas-open-id-bundle - 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. intracto/fas-open-id-bundle

ActiveSymfony-bundle

intracto/fas-open-id-bundle
===========================

Bundle that makes it easy to authenticate using Fas Open Id

1.1.4(3y ago)11.9k[5 PRs](https://github.com/Intracto/fas-open-id-bundle/pulls)MITPHPPHP ^7.1 || ^8.0

Since Aug 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Intracto/fas-open-id-bundle)[ Packagist](https://packagist.org/packages/intracto/fas-open-id-bundle)[ RSS](/packages/intracto-fas-open-id-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (22)Used By (0)

Intracto Fas OpenId bundle
==========================

[](#intracto-fas-openid-bundle)

With this bundle, users of your application will be able to login into the application using FAS (Federal Authentication Service) using OpenId.

Installation
============

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require intracto/fas-open-id-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require intracto/fas-open-id-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Intracto\FasOpenIdBundle\IntractoFasOpenIdBundle::class => ['all' => true],
];
```

### Step 3: register bundle routing

[](#step-3-register-bundle-routing)

Load the bundle's routing inside your application

```
intracto_fas_open_id:
    resource: "@IntractoFasOpenIdBundle/Resources/config/routing.xml"
```

### Step 4: Configuration

[](#step-4-configuration)

#### Bundle configuration

[](#bundle-configuration)

(If not done by Flex, create a intracto\_fas\_open\_id.yaml file in your config/packages folder).

Config parameters needed to get this bundle working:

- `client_id`: the client ID of your registered application
- `client_secret`: the client secret of your registerd application
- `scope`: list of scopes that will be used by this application. Possible values are profile, egovnrn, certificateInfo, citizen, enterprise and roles. The role openid will automatically be used
- `auth_path`: the route name where the `FasOpenIdAuthenticator` will check to authenticate the user. The default value for this parameter is `intracto_fas_open_id.auth`
- `target_path`: the route name where the user will be redirected to on successful authentication
- `login_path`: the route name where the user will be redirected to when he has to login
- `user_class`: FQN of your user class, this is optional. Make sure your user extends the User class of this bundle

#### Firewall configuration

[](#firewall-configuration)

Then, you have to tell the firewall(s) of your application which authentictor should be used. Under the guard parameter of your firewall(s), you have to append the `intracto.fas_open_id.authenticator` to the authenticators parameter.

```
security:
    providers:
        intracto_fas_open_id_user_provider:
            id: intracto.fas_open_id.user_provider
    ...
    my_firewall:
        ...
        guard:
            ...
            authenticators:
                - intracto.fas_open_id.authenticator
            provider: intracto_fas_open_id_user_provider
```

If you want to log out from FAS, add the `intracto.fas_open_id.logout_handler` to your firewall logout handlers.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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 ~82 days

Recently: every ~38 days

Total

15

Last Release

1295d ago

PHP version history (2 changes)1.0.0PHP ^7.1.3

1.1.0PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/57f44cb52273c29c230dbd1e9ef080402d53eaebcdd1fafbf5c6b75527b40199?d=identicon)[tvlooy](/maintainers/tvlooy)

![](https://www.gravatar.com/avatar/80809e7caf8341b1bac3d759e2b159a38b9bdab2deee5b0d4d66de6c83b992d1?d=identicon)[IntractoSupport](/maintainers/IntractoSupport)

---

Top Contributors

[![rjwebdev](https://avatars.githubusercontent.com/u/12196579?v=4)](https://github.com/rjwebdev "rjwebdev (1 commits)")

### Embed Badge

![Health badge](/badges/intracto-fas-open-id-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/intracto-fas-open-id-bundle/health.svg)](https://phpackages.com/packages/intracto-fas-open-id-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

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