Code Monkey home page Code Monkey logo

magento-1-sso's Introduction

Magento-1-SSO

Magento 1 SSO based customer login system for third-party applications

Installation

Magento SSO module installation is very easy. To install, please follow the steps as given below:

  1. Make sure compiler is disabled
  2. Unzip the respective magento_sso_login.zip and then move the contents of "src" folder into magento root directory
  3. Reindex all index data from admin panel and then clear the cache

User Guide

Once the module has been installed successfully:

  1. Login to your magento admin panel
  2. Open the SSO Management Panel by going to "SSO" -> "Add/Manage SSO"
  3. In the SSO Management Panel, click on "Add SSO" to create new single sign-on credentials

Once you have created your SSO credentials, use it to allow your customers to login to your third-party website.

  • LOGIN URL: {STORE_URL}/sso/sso/index?client_id={CLIENT_ID}&redirect_uri={REDIRECT_URL}
  • JWT TOKEN URL: {STORE_URL}/sso/sso/response?auth_code={auth_code}&client_id={CLIENT_ID}
  • CREDENTIAL VERIFICATION URL: {STORE_URL}/sso/sso/verify?secret_key={SECRET_KEY}&client_id={CLIENT_ID}

Login Flow: Save the sso credentials somewhere on your third-party website as these should not be accessible to front users. To login your customers from your third-party website:

  1. Redirect them to your store's {LOGIN URL} where they will be prompted to authorize access to your integration
  2. After they successfully authorize the integration to access their data, they will be redirected to the provided {REDIRECT_URL} with an auth_code appended in the redirect url
  3. Retrieve the auth_code from the url and send a post request to {JWT TOKEN URL} to retrieve a JWT Token
  4. Process the JWT Token to verify the token and to retrieve the customer's details

Support

Find us our support policy - https://store.webkul.com/support.html/

Refund

Find us our refund policy - https://store.webkul.com/refund-policy.html/

magento-1-sso's People

Contributors

dynamicswebkul avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.