Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9c7651

Browse files
committedOct 24, 2021
DocuTune: Fix casing of U words and acronyms
1 parent 1a39edb commit f9c7651

File tree

79 files changed

+206
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+206
-206
lines changed
 

‎articles/active-directory-b2c/add-api-connector-token-enrichment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,3 @@ To learn how to secure your APIs, see the following articles:
412412
- [Reference: RESTful technical profile](restful-technical-profile.md)
413413

414414
::: zone-end
415-
416-

‎articles/active-directory-b2c/app-registrations-training-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The **openid** scope is necessary so that Azure AD B2C can sign users in to an a
7575
Learn more about [permissions and consent](../active-directory/develop/v2-permissions-and-consent.md).
7676

7777
## Platforms/Authentication: Reply URLs/redirect URIs
78-
In the legacy experience, the various platform types were managed under **Properties** as reply urls for web apps/APIs and Redirect URI for Native clients. "Native clients" are also known as "Public clients" and include apps for iOS, macOS, Android, and other mobile and desktop application types.
78+
In the legacy experience, the various platform types were managed under **Properties** as reply URLs for web apps/APIs and Redirect URI for Native clients. "Native clients" are also known as "Public clients" and include apps for iOS, macOS, Android, and other mobile and desktop application types.
7979

8080
In the new experience, reply URLs and redirect URIs are both referred to as Redirect URIs and can be found in an app's **Authentication** section. App registrations aren't limited to being either a web app or a native application. You can use the same app registration for all of these platform types by registering the respective redirect URIs.
8181

@@ -114,4 +114,4 @@ To get started with the new app registration experience:
114114
* Learn [how to register a native client application](add-native-application.md).
115115
* Learn [how register a Microsoft Graph application to manage Azure AD B2C resources](microsoft-graph-get-started.md).
116116
* Learn [how to use Azure AD B2C as a SAML Service Provider.](identity-provider-adfs.md)
117-
* Learn about [application types](application-types.md).
117+
* Learn about [application types](application-types.md).

0 commit comments

Comments
 (0)
Please sign in to comment.