https://github.com/opsway/zfcuseronelogin
OneLogin integration to ZfcUser ZF2 module
https://github.com/opsway/zfcuseronelogin
Last synced: about 1 month ago
JSON representation
OneLogin integration to ZfcUser ZF2 module
- Host: GitHub
- URL: https://github.com/opsway/zfcuseronelogin
- Owner: opsway
- Created: 2014-10-12T22:54:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T23:17:50.000Z (over 11 years ago)
- Last Synced: 2025-12-29T12:24:22.675Z (5 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZfcUserOnelogin
================
Zend Framework ZfcUser Extension to provide Onelogin SAML Authentication
## Features
- Provides an adapter chain for SAML authentication.
...
- Provides an identity provider for BjyAuthorize
## TODO / In Progress
...
## Setup
The following steps are necessary to get this module working
1. Run `php composer.phar require opsway/zfc-user-onelogin:dev-master`
2. Add `ZfcUserOnelogin` to the enabled modules list after ZfcUser module (Requires ZfcUser to be activated also)
3. Copy configuration `zfcuser-onelogin.local.php.dist` to your autoload `config/autoload/zfcuser-onelogin.local.php`
4. Write correct Onelogin settings
## BjyAuthorize Setup