버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Sv translation
languageen

After uninstalling MagicINFO Authentication Server, to start the service, first modify the configuration file in MagicINFO Premium Server.

Modifying the MagicINFO Premium Server configuration file

Modify the configuration file of MagicINFO Premium Server as follows.

  1. Using a text editor, open the %MAGICINFO_PREMIUM_HOME%\conf\config.properties file.
  2. Modify auth.server.use as “false.”

    코드 블럭
    auth.server.use = false
            auth.server.url = http://10.240.71.89:8081/auth/OAuth/authorize
            auth.server.client.id = MagicINFO
            auth.server.client.secret = secret
            auth.server.client.responsetype = code
            auth.server.client.redirecturl = http://10.240.71.89:7001/MagicINFO/check/authentication.htm
            auth.server.client.grant_type=authorization_code
            auth.server.access.token.url = http://10.240.71.89:8081/auth/OAuth/token
            auth.server.logout.url = http://10.240.71.89:8081/auth/exit
    

Starting the MagicINFO Premium Server service

When the MagicINFO Premium Server service is stopped, restart the service.

  1. Press the Windows key + R at the same time. The execution window appears.
  2. Enter services.msc on the execution window and then press the Enter key. The service management window appears.
  3. On the service management window, find “MagicINFO Premium Edition Server and then start the service.