버전 비교

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


These steps are to be followed to acquire secret key from MagicInfo Premium Server.

NOTE: Secret key is required only when using MagicInfo Authentication Server version 21.1000.x and above with MagicInfo Premium Server version 21.1000.x and above.


1. Open MagicInfo swagger UI page.

http://magicinfo_premium_server_url:7001/MagicInfo/swagger-ui.html

2. Select REST API v2.0 in spec

3. Select /restapi/v2.0/auth under Authentication API Group.



4. Copy user credentials in response body and execute the api.

{

  "username" : "username",

  "password" : "password"

}



5. Copy token value in response and paste to api key value in authorize and click authorize button.





6. Now execute /restapi/v2.0/auth/secretKey api in Authentication API Group and copy secret key from the response.



7. Keep the secret key and copy it in config.properties of Authentication Server after installation.

magicinfo.secretKey = secretkey

Sv translation
languageen

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

Configuring SAML IDP

Stylesheet
classscreen

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.