Skip to content

Commit 29a15db

Browse files
Merge pull request #241796 from msmimart/release-post-appcode
[CIAM] Add/update references to configuring your app with app registration values
2 parents 8b266c2 + d9244d0 commit 29a15db

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/active-directory/external-identities/customers/concept-planning-your-solution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Customer accounts have a [default set of permissions](reference-user-permissions
6464

6565
Before your applications can interact with Azure AD for customers, you need to register them in your customer tenant. Azure AD performs identity and access management only for registered applications. [Registering your app](how-to-register-ciam-app.md) establishes a trust relationship and allows you to integrate your app with Azure Active Directory for customers.
6666

67+
Then, to complete the trust relationship between Azure AD and your app, you update your application source code with the values assigned during app registration, such as the application (client) ID, directory (tenant) subdomain, and client secret.
68+
6769
We provide code sample guides and in-depth integration guides for several app types and languages. Depending on the type of app you want to register, you can find guidance on our [Samples by app type and language page](samples-ciam-all.md).
6870

6971
### How to register your application

articles/active-directory/external-identities/customers/how-to-user-flow-add-application.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ If you already registered your application in your customer tenant, you can add
4343

4444
1. Choose **Select**.
4545

46-
## Update the application code with your tenant information
47-
48-
Now you need to update your application code configuration with the application ID from the application registration, your customer tenant name, and a client secret value.
49-
50-
We have several samples and how-to guides that can help you update your application to integrate with a user flow, based on app type, platform, and language. See [Samples for customer identity and access management (CIAM) in Azure Active Directory](samples-ciam-all.md).
51-
5246
## Next steps
5347

5448
- If you selected email with password sign-in, [enable password reset](how-to-enable-password-reset-customers.md).

0 commit comments

Comments
 (0)