oktalogin / saml-okta-login
Okta SAML Authentication
Installs: 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/oktalogin/saml-okta-login
Requires
- php: >=7.0
- ext-json: *
- illuminate/support: >=5.4
- litesaml/lightsaml: ^v4.2.0
- onelogin/php-saml: ^4.2.0
README
Installation
Install the package by the following command, (try with --dev if you want to install it on dev environment)
composer require oktalogin/saml-okta-login
Publish the Config
Run the following command to publish config file,
php artisan vendor:publish --provider="Oktalogin\SamlOktaLogin\OktaLoginServiceProvider" --tag=config
Add Provider
Add the provider to your config/app.php into provider section if using lower version of laravel,
Oktalogin\SamlOktaLogin\OktaLoginServiceProvider::class,
After publishing, users can customize the config/saml.php file as needed.
Run Composer Dump-Autoload:
composer dump-autoload
License
The MIT License (MIT). Please see License File for more information