Skip to content

Commit e66993e

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#93193
Updated line 35 with review comments
1 parent 8e5cb2c commit e66993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +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.
35+
> * Passwords with leading or trailing whitespaces are not supported by the ROPC flow.
3636
3737
[!INCLUDE [try-in-postman-link](includes/try-in-postman-link.md)]
3838

0 commit comments

Comments
 (0)