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

v0.1.0 2025-08-14 14:38 UTC

This package is auto-updated.

Last update: 2025-12-14 15:27:48 UTC


README

License PHP Version Require

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