버전 비교

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

Register an application in Azure Portal

Registering your application establishes a trust relationship between your app and the Microsoft identity platform.

Follow these steps to create the app registration:

  • Sign in to the Azure portal.
  • If you have access to multiple tenants, in the top menu, use the Directory + subscription filter Image Removed to select the tenant in which you want to register an application.
  • Search for and select Azure Active Directory.
  • Under Manage, select App registrations > New registration

    Azure 포털에 앱 등록

    사용하는 앱을 등록하면 해당 앱과 Microsoft 자격 증명 플랫폼 간의 트러스트 관계가 설정됩니다.

    다음 순서에 따라 앱 등록 항목을 생성하세요.

    1. Azure 포털에 로그인하세요.
    2. 접속 테넌트가 여러 명인 경우에는 디렉토리 + 구독 필터Image Added를 사용해 앱을 등록할 테넌트를 선택하세요.
    3. Azure 활성 디렉토리를 검색해 선택하세요.
    4. 관리 메뉴에서 앱 등록 목록 > 신규 등록을 선택하세요.

      Stylesheet
      classscreen

    5. Enter a display Name for your application.
    6. Specify who can use the application, sometimes called its sign-in audience.
    7. Add redirect URI as 등록할 앱에 사용할 디스플레이 이름을 입력하세요.
    8. 해당 앱의 접속 가능자(로그인 오디언스라고도 함)를 지정하세요.
    9. 회신 URI를 [https://authserverdomain:port/auth/oauth/landing]으로 등록하세요.

      정보
      titleNOTE

      In case of pro service customer, client can skip this step and edit later when URL is provided from Samsung.

      Select Register to complete the initial app registration
      참고

      서비스 고객이 전문가인 경우, 클라이언트는 이 단계를 건너뛰고 차후 삼성에서 URL이 제공되면 수정할 수 있습니다.

    10. 등록을 선택하면 초기 앱 등록이 완료됩니다.

      Stylesheet
      classscreen

    Add a client secret

    The client secret is also known as an application password. It's a string value your app can use in place of a certificate to identity itself.

    In the Azure portal, in App registrations, select your application.

  • Select Certificates & secrets > New client secret.
  • Add a description for your client secret.
  • Select a duration.
  • Select Add.
  • Record the secret's value for use in your client application code. This secret value is never displayed again after you leave this page

    클라이언트 암호 등록

    클라이언트 암호는 앱 비밀번호라고도 합니다. 등록 앱이 자격 증명을 위해 인증서 대신 사용할 수 있는 문자열 값입니다.

    Azure 포털의 앱 등록 목록에서 등록한 앱을 선택하세요.

    1. 인증서 & 암호 > 새 클라이언트 암호를 선택하세요.
    2. 사용할 클라이언트 암호의 설명을 등록하세요.
    3. 원하는 기간을 선택하세요.
    4. 추가를 선택하세요.
    5. 사용할 암호 값을 내 클라이언트 앱 코드에 기록하세요. 이 암호 값은 이 페이지 종료 후 다시 나타나지 않습니다.
    Stylesheet
    classscreen

    Requirement for Non Pro service customer

    1. App registration in IDP portal.
    2. Enter client Id, client secret and endpoints information while installation. Refer sample config.properties file for more information.
    3. As most of the IDPs require HTTPS endpoints, guide the customer to boot Auth server over HTTPS and do the configurations required in this case. (Refer to the end of the document for different possible scenarios and actions required).

    Requirement for Pro service customer

  • App registration in IDP portal.
  • Get client Id, client secret, endpoints from the customer.
  • Get dummy users credentials for testing.
  • For POC purpose self-signed certs can be used.
  • Redirect URI to be registered during app registration will be provided by Samsung

    서비스 고객이 비전문가인 경우 필요사항

    1. IDP 포털에 앱 등록.
    2. 설치 중 클라이언트 ID, 클라이언트 암호, 서비스 종단점 정보를 입력하세요. 자세한 내용은 샘플 config.properties 파일을 참고하세요.
    3. 대부분의 IDP는 HTTPS 종단점을 요구하므로, HTTPS를 통해 인증 서버를 부팅하고 이 경우에 필요한 구성을 하도록 고객에게 안내하세요. (다양한 가능 시나리오 및 필요한 조치는 본 문서 뒷부분 참고)

    서비스 고객이 전문가인 경우 필요사항

    1. IDP 포털에 앱 등록.
    2. 고객으로부터 클라이언트 ID, 클라이언트 암호, 서비스 종단점을 받으세요.
    3. 테스트용 더미(임시) 사용자 자격 증명을 가져오세요.
    4. 개념 증명(POC)을 위해 자체 서명 인증서 사용이 가능합니다.
    5. 앱 등록 중 등록해야 하는 회신 URI는 삼성에서 제공합니다.
    Sv translation
    languageen

    Register an application in Azure Portal

    Registering your application establishes a trust relationship between your app and the Microsoft identity platform.

    Follow these steps to create the app registration:

    1. Sign in to the Azure portal.
    2. If you have access to multiple tenants, in the top menu, use the Directory + subscription filter to select the tenant in which you want to register an application.
    3. Search for and select Azure Active Directory.
    4. Under Manage, select App registrations > New registration.

      Stylesheet
      classscreen

    5. Enter a display Name for your application.
    6. Specify who can use the application, sometimes called its sign-in audience.
    7. Add redirect URI as [https://authserverdomain:port/auth/oauth/landing]

      정보
      titleNOTE

      In case of pro service customer, client can skip this step and edit later when URL is provided from Samsung.

    8. Select Register to complete the initial app registration.

      Stylesheet
      classscreen

    Add a client secret

    The client secret is also known as an application password. It's a string value your app can use in place of a certificate to identity itself.

    In the Azure portal, in App registrations, select your application.

    1. Select Certificates & secrets > New client secret.
    2. Add a description for your client secret.
    3. Select a duration.
    4. Select Add.
    5. Record the secret's value for use in your client application code. This secret value is never displayed again after you leave this page.
    Stylesheet
    classscreen

    Requirement for Non Pro service customer

    1. App registration in IDP portal.
    2. Enter client Id, client secret and endpoints information while installation. Refer sample config.properties file for more information.
    3. As most of the IDPs require HTTPS endpoints, guide the customer to boot Auth server over HTTPS and do the configurations required in this case. (Refer to the end of the document for different possible scenarios and actions required).

    Requirement for Pro service customer

    1. App registration in IDP portal.
    2. Get client Id, client secret, endpoints from the customer.
    3. Get dummy users credentials for testing.
    4. For POC purpose self-signed certs can be used.
    5. Redirect URI to be registered during app registration will be provided by Samsung.