버전 비교

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

...

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.