Description
# ASolutions.co.in
Hello Everyone, This is a sample module for Admin SSO. This module has been created with the intent of covering a scenario when we have a requirement of automatic admin login. Whenever you install this module you will find the SSO.php file at the root of this module. You need to change the admin username mention in the JSON encode string
$simple_string = json_encode(array('username' => 'admin'));
You need to mention your admin username here.
Next step is to save the same encryption key and encryption IV value in store->configuration
$encryption_iv = '1234567891011121'; $encryption_key = "GeeksforGeeks";
you can change these values as per your need and save in store->configuration.
This module is in its early stage and I would love to hear from you how it works. Please feel free to reach out to me on admin@asolutions.co.in or click here to share your concerns and suggestions.
Reviews
There are no reviews yet.