버전 비교

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

...

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 = MagicINFOmagicinfo
                    auth.server.client.secret = secret
                    auth.server.client.responsetype = code
                    auth.server.client.redirecturl = http://10.240.71.89150:7001/MagicINFO/check/authentication.htmMagicInfo/landing
                    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


정보
titleNote

Keep auth.server.use as “true.”


Starting the MagicINFO 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.