Download the PHP package diskominfotik-banda-aceh/sso-banda-aceh-php without Composer
On this page you can find all versions of the php package diskominfotik-banda-aceh/sso-banda-aceh-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diskominfotik-banda-aceh/sso-banda-aceh-php
More information about diskominfotik-banda-aceh/sso-banda-aceh-php
Files in diskominfotik-banda-aceh/sso-banda-aceh-php
Package sso-banda-aceh-php
Short Description This package help to connect SSO Banda Aceh with another applications with some features (View, Controller, Config and Route)
License MIT
Homepage https://github.com/diskominfotik-banda-aceh/sso-banda-aceh-php
Informations about the package sso-banda-aceh-php
Table of contents
- Table of contents
- SSO Banda Aceh PHP
- Installation
- Usage
- Changelog
- Contributing
- Security
- Credits
- License
SSO Banda Aceh PHP
This package provide some config for SSO laravel client that using keycloak for SSO
Installation
Run this command line for installation :
Specific Version
With Tilde (~) or Caret (^) Version Range
Version
Laravel Version | SSO Version |
---|---|
Laravel Ver.8 | V1.0.0 |
Laravel Ver.9 | V2.0.0 |
Laravel Ver.10 | V3.0.0 |
Usage
-
Copy service provider in
app.php
file for laravel < 5.5 -
Run this command line for make sure the package run properly
-
Publish the vendor if you want to use the migration or change the SSO view
-
Migrate SSO User
-
Copy
.env
keycloak in laravel client -
Comment the default auth routes in
web.php
(if the login just using SSO) -
[Optional] Setting your
User
model insso-banda-aceh.php
config file (if not using the default inApp\Models\User
) - [Optional] Setting redirect after login in
sso-banda-aceh.php
config file (if not using the default redirect toadmin.home
)
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Diskominfotik Banda Aceh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sso-banda-aceh-php with dependencies
illuminate/support Version ^8.0
laravel/socialite Version ^5.5
socialiteproviders/keycloak Version ^5.2