SSO Structure

Install SSO Server in the integrated login, and install SSO Agent on each service.

Specification

JAVA .NET PHP
JDK 1.8 or later .NET 5.0 or later 7.0 or later

SSO Server

  • Run Command
    C:/app/sso-server-standard-1.0.0/bin/start.bat
  • Stop Command
    C:/app/sso-server-standard-1.0.0/bin/stop.bat

SSO Agent

  • Run Command
    C:/app/sso-agent-standard-1.0.0/bin/start.bat
  • Stop Command
    C:/app/sso-agent-standard-1.0.0/bin/stop.bat

SSO API

  • API
    • Adds an SSO API library to a Web project.
    • Web projects in a Java environment typically have a path corresponding to WEB-INF/lib.
    {$Project}/WEB-INF/lib/sso-api-standard-1.0.0.jar
  • GSON
    • Add the gson library to your web project.
    • Please refer to the link below.
    https://github.com/google/gson
    ※ The version at the time of development was gson-2.8.6.