From 2e2a637758b0780d2205a2da7746e30b40aa4b44 Mon Sep 17 00:00:00 2001 From: rmca14 <10053959+rmca14@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:31:18 -0700 Subject: [PATCH 1/3] Test PR - do not merge --- msal-java-articles/advanced/authorization-code-url-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal-java-articles/advanced/authorization-code-url-builder.md b/msal-java-articles/advanced/authorization-code-url-builder.md index f253bbe..742f5b6 100644 --- a/msal-java-articles/advanced/authorization-code-url-builder.md +++ b/msal-java-articles/advanced/authorization-code-url-builder.md @@ -15,7 +15,7 @@ ms.topic: concept-article # Authorization code URL builder -When performing Oauth2 authorization code flow, the first step is to direct the user to the authorization endpoint where they will authenticate and the identity provider will respond with an authentication code. The authentication code can then be used to redeem a token by calling MSALs [`PublicClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)) or [`ConfidentialClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)). +When performing Oauth2 authorization code flow, the first step is to direct the user to the authorization endpoint where they will authenticate and the identity provider will respond with an authentication code. The authentication code can then be used to redeem a token by calling MSALs [`PublicClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)) or [`ConfidentialClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)). test PR ## Authorization URL builder From dc6711f7a149f934c84eee70201e0e4c0ba5491b Mon Sep 17 00:00:00 2001 From: rmca14 <10053959+rmca14@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:17:28 -0700 Subject: [PATCH 2/3] Add folder pattern guidance --- authorized-approvers.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authorized-approvers.txt b/authorized-approvers.txt index 3c467c5..efe42a7 100644 --- a/authorized-approvers.txt +++ b/authorized-approvers.txt @@ -13,6 +13,9 @@ # Default owners for everything unless a later match takes precedence * @MicrosoftDocs/msecd-org +# Specific folder overrides (include default team to retain their approval) +# /FOLDER/ @MicrosoftDocs/msecd-org OPTIONAL_APPROVERS + # Any repo changes beyond docs require PM owner approval. * @localden @jmprieur From b463d177ee728559e9343a26400e3341349f274f Mon Sep 17 00:00:00 2001 From: rmca14 <10053959+rmca14@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:19:34 -0700 Subject: [PATCH 3/3] Add folder pattern guidance 2 --- msal-java-articles/advanced/authorization-code-url-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal-java-articles/advanced/authorization-code-url-builder.md b/msal-java-articles/advanced/authorization-code-url-builder.md index 742f5b6..f253bbe 100644 --- a/msal-java-articles/advanced/authorization-code-url-builder.md +++ b/msal-java-articles/advanced/authorization-code-url-builder.md @@ -15,7 +15,7 @@ ms.topic: concept-article # Authorization code URL builder -When performing Oauth2 authorization code flow, the first step is to direct the user to the authorization endpoint where they will authenticate and the identity provider will respond with an authentication code. The authentication code can then be used to redeem a token by calling MSALs [`PublicClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)) or [`ConfidentialClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)). test PR +When performing Oauth2 authorization code flow, the first step is to direct the user to the authorization endpoint where they will authenticate and the identity provider will respond with an authentication code. The authentication code can then be used to redeem a token by calling MSALs [`PublicClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)) or [`ConfidentialClientApplication.acquireToken(AuthorizationCodeParameters)`](xref:com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireToken(com.microsoft.aad.msal4j.AuthorizationCodeParameters)). ## Authorization URL builder