버전 비교

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

처음 설치한 MagicINFO Authentication Server를 제거한 경우에 서비스를 시작하려면 MagicINFO Premium Server의 설정 파일을 먼저 수정해야 합니다.

MagicINFO Premium Server 설정 파일 수정하기

MagicINFO Premium Server 설정 파일을 수정하는 방법은 다음과 같습니다.

  1. 텍스트 편집기를 사용하여 %MAGICINFO_PREMIUM_HOME%\conf\config.properties 파일을 여세요.

...

  1. auth.server.use 항목을 “false”로 수정하세요.

    코드 블럭
    auth.server.use =

...

  1.  false
            auth.server.url = http://10.240.71.89:8081/auth/OAuth/authorize

...

  1. 
            auth.server.client.id =

...

  1.  MagicINFO
            auth.server.client.secret =

...

  1.  secret
            auth.server.client.responsetype =

...

  1.  code
            auth.server.client.redirecturl = http://10.240.71.89:7001/MagicINFO/check/authentication.htm

...

  1. 
            auth.server.client.grant_type=authorization_code

...

  1. 
            auth.server.access.token.url = http://10.240.71.89:8081/auth/OAuth/token

...

  1. 
            auth.server.logout.url = http://10.240.71.89:8081/auth/exit
    

MagicINFO Premium Server 서비스 시작하기

MagicINFO Premium

...

Server서비스를 중지한 상태에 있다면 서비스를 다시 시작하세요.

  1. 윈도우 키 + R 키를 동시에 누르세요. 실행 창이 나타납니다.
  2. 실행 창에 services.

...

  1. msc입력하고 Enter 키를 누르세요. 서비스 관리 화면이 나타납니다.
  2. 서비스 관리 화면에서

...

  1. MagicINFO Premium Edition

...

  1. Server”를 찾은 후 서비스를 시작하세요.
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.