버전 비교

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

MagicINFO Authentication ServerSAML을 이용하여 사용자 인증을 받을 수 있습니다.

SAML IDP 설정하기

Stylesheet
classscreen
Image Removed

Image Added

IDP Metadata TypeIDP 메타데이터를 URL 방식 또는 FILE 방식으로 등록할 수 있습니다.
URLIDP가 제공하는 메타데이터 다운로드 URL을 사용하여 등록합니다.
FILEIDP가 제공하는 메타데이터 파일을 사용하여 등록합니다.
IDP Metadata Filename / IDP Metadata URL등록할 IDP 메타데이터의 다운로드 주소 또는 파일 이름을 설정합니다.
SSO Name ID

Name ID 값을 설정합니다.

  • 기본값: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
SSO ID AttributeID로 사용할 Attribute 를 설정합니다.
SSO Role AttributeRole 값을 참조할 Attribute를 설정합니다.

SP메타데이터 다운로드 하기

MagicINFO Authentication Server에서 SAML 메타데이터를 다운로드 하는 방법은 다음과 같습니다.

  1. MagicINFO Authentication Server를 설치한 후, 설치한 Server 경로의 끝에 다음의 URL을 입력하세요.

...

  1. /saml/

...

  1. metadata

    Ex)

...

  1. http://10.240.71.53:8081/auth/saml/metadata

  2. 메타데이터 파일을 다운로드 하세요.

  3. 다운로드 한 메타데이터 파일을 연동할 외부 SAML IDP에 등록하세요.

IDP 메타데이터 등록하기

URL 로 등록하기

MagicINFO Authentication Server를 설치할 때 IDP Metadata Type 을 “URL ”로 선택하세요. IDP 메타데이터 파일이 자동으로 등록됩니다.

정보
title참고

프록시 설정이 필요한 경우 MagicINFO Authentication Server를 설치한 경로의 \conf\config.properties 파일에 아래의 설정값을 입력한 후 설치한 PC를 다시 시작하세요.

saml.idp.proxy.ip = 10.89.123.456

saml.idp.proxy.port = 444

File 로 등록하기

  1. MagicINFO Authentication Server를 설치할 때 IDP Metadata Type을 “FILE”로 선택하세요. 이 경우에는 IDP 메타데이터 파일을 수동으로 등록해야 합니다.
  2. IDP 메타데이터 파일을 아래 경로의 폴더에 복사한 후 MagicINFO Authentication Server가 설치된 PC를 다시 시작하세요.

\saml

정보
title참고

IDP 메타데이터 파일의 이름은 MagicINFO Authentication Server를 설치할 때 입력한 파일 이름과 같아야 합니다.

Sv translation
languageen

By using MagicINFO Authentication Server and SAML, user authentication can be made.

Configuring SAML IDP

Stylesheet
classscreen

Image Added

IDP Metadata TypeIDP meta·data can be registered using the URL or FILE method.
URLRegistration is made using the metadata download URL provided by IDP.
FILERegistration is made using the metadata file provided by IDP.
IDP Metadata Filename / IDP Metadata URLSet the download address or file name of the IDP metadata to register.
SSO Name ID

Set the value for Name ID.

  • Default value: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
SSO ID AttributeSet Attribute to be used as ID.
SSO Role AttributeSet Attribute to reference the value in Role.

Downloading SP metadata

Download SAML metadata from MagicINFO Authentication Server as follows.

  1. After installing MagicINFO Authentication Server, enter the following URL at the end of the installed server’s path.

    /saml/metadata

    Ex) http://10.240.71.53:8081/auth/saml/metadata

  2. Download the metadata file.

  3. Register the downloaded metadata file in an external SAML IDP to sync with.

Registering IDP metadata

Registering with URL

When installing MagicINFO Authentication Server, in IDP Metadata Type, select “URL.” The IDP metadata file is automatically registered.

정보
titleNote

When proxy configuration is required, enter the following settings in \conf\config.properties in the path where MagicINFO Authentication Server is installed and then restart the installed computer.

saml.idp.proxy.ip = 10.89.123.456

saml.idp.proxy.port = 444

Registering with File

  1. When installing MagicINFO Authentication Server, in IDP Metadata Type, select “FILE. ” In this case, the IDP metadata file must be registered manually.
  2. Copy the IDP metadata file under the following path and then restart the computer where MagicINFO Authentication Server is installed.

\saml

정보
titleNote

The IDP metadata file name must be the same as the file name specified upon installing MagicINFO Authentication Server.