Skip to content

Commit 8e5cb2c

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs##93193
Added line 35 in the note as password with leading or trailing whitespace is not supported by ROPC flow.
1 parent 40d4412 commit 8e5cb2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/v2-oauth-ropc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The Microsoft identity platform supports the [OAuth 2.0 Resource Owner Password
3232
> * If users need to use [multi-factor authentication (MFA)](../authentication/concept-mfa-howitworks.md) to log in to the application, they will be blocked instead.
3333
> * ROPC is not supported in [hybrid identity federation](../hybrid/whatis-fed.md) scenarios (for example, Azure AD and ADFS used to authenticate on-premises accounts). If users are full-page redirected to an on-premises identity providers, Azure AD is not able to test the username and password against that identity provider. [Pass-through authentication](../hybrid/how-to-connect-pta.md) is supported with ROPC, however.
3434
> * An exception to a hybrid identity federation scenario would be the following: Home Realm Discovery policy with AllowCloudPasswordValidation set to TRUE will enable ROPC flow to work for federated users when on-premises password is synced to cloud. For more information, see [Enable direct ROPC authentication of federated users for legacy applications](../manage-apps/home-realm-discovery-policy.md#enable-direct-ropc-authentication-of-federated-users-for-legacy-applications).
35+
> * There is a known issue where password with leading or trailing whitespaces are not supported with ROPC flow.
3536
3637
[!INCLUDE [try-in-postman-link](includes/try-in-postman-link.md)]
3738

0 commit comments

Comments
 (0)