버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: Content imported from a Scroll Translations translation file.
Sv translation
languageko_KR

MagicINFO Authentication Server를 적용하려면 MagicINFO Premium Server의 설정 파일을 사용 환경에 맞게 수정한 후 서비스를 시작해야 합니다.

MagicINFO Premium Server 설정 파일 수정하기

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

  1. 텍스트 편집기를 사용하여 %MAGICINFO_PREMIUM_HOME%\conf\config.properties 파일을 여세요.
  2. 아래 박스의 내용을 추가하세요.

    코드 블럭
                    auth.server.use = true
                    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


정보
title참고

auth.server.use 항목을 “true”로 유지하세요.

MagirINFO Premium Server 서비스 시작하기

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

서비스를 시작하는 방법은 다음과 같습니다.

  1. 윈도우 키 + R키를 동시에 누르세요. 실행 창이 나타납니다.
  2. 실행 창에 services.msc를 입력하고 Enter키를 누르세요. 서비스 관리 화면이 나타납니다.
  3. 서비스 관리 화면에서 “MagicINFO Premium Edition Server를 찾아 서비스를 시작하세요.
Sv translation
languageen

To apply MagicINFO Authentication Server, start the service after customizing the configuration file of 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. Add content in the following box.

    코드 블럭
                    auth.server.use = true
                    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


정보
titleNote

Keep auth.server.use as “true.”

Starting the MagirINFO Premium Server service

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

Start the service as follows.

  1. Press the Windows key + R at the same time. The execution window appears.
  2. Enter services.msc 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.