Skip to content

Commit 0fa14ff

Browse files
authored
Merge pull request #241646 from henrymbuguakiarie/msid-ado-work-item-86255
[MSID] Update the file (ADO-86255)
2 parents 52d82f5 + 8676805 commit 0fa14ff

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22203,6 +22203,16 @@
2220322203
"redirect_url": "/azure/active-directory/develop/zero-trust-for-developers",
2220422204
"redirect_document_id": false
2220522205
},
22206+
{
22207+
"source_path_from_root": "/articles/active-directory/develop/active-directory-v2-protocols.md",
22208+
"redirect_url": "/azure/active-directory/develop/v2-protocols",
22209+
"redirect_document_id": false
22210+
},
22211+
{
22212+
"source_path_from_root": "/articles/active-directory/develop/msal-net-aad-b2c-considerations.md",
22213+
"redirect_url": "/azure/active-directory/develop/msal-net-b2c-considerations",
22214+
"redirect_document_id": false
22215+
},
2220622216
{
2220722217
"source_path_from_root": "/articles/active-directory/develop/active-directory-how-applications-are-added.md",
2220822218
"redirect_url": "/azure/active-directory/develop/how-applications-are-added",

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- name: Authentication vs. authorization
2222
href: authentication-vs-authorization.md
2323
- name: OAuth 2.0 and OpenID Connect
24-
href: active-directory-v2-protocols.md
24+
href: v2-protocols.md
2525
- name: App types and authentication flows
2626
displayName: Auth flows
2727
href: authentication-flows-app-scenarios.md
@@ -762,7 +762,7 @@
762762
- name: Integrate with AD FS
763763
href: msal-net-adfs-support.md
764764
- name: Integrate with Azure AD B2C
765-
href: msal-net-aad-b2c-considerations.md
765+
href: msal-net-b2c-considerations.md
766766
- name: Logging and error handling
767767
displayName: MSAL.NET
768768
items:

articles/active-directory/develop/msal-net-aad-b2c-considerations.md renamed to articles/active-directory/develop/msal-net-b2c-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ MSAL.NET supports a [token cache](/dotnet/api/microsoft.identity.client.tokencac
159159

160160
Currently, MSAL.NET needs two claims to build a token cache key:
161161

162-
- `tid` (the Azure AD tenant ID)
162+
- `tid` (the tenant ID)
163163
- `preferred_username`
164164

165165
Both of these claims may be missing in Azure AD B2C scenarios because not all social identity providers (Facebook, Google, and others) return them in the tokens they return to Azure AD B2C.
File renamed without changes.

0 commit comments

Comments
 (0)