Skip to content

Commit b297d55

Browse files
authored
Merge pull request #90829 from mmacy/b2c-issue-39795
[b2c] remove browser mention (fixes 39795)
2 parents adcf9b2 + 809c651 commit b297d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/configure-ropc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The resource owner password credentials (ROPC) flow is an OAuth standard authent
2121

2222
In Azure Active Directory B2C (Azure AD B2C), the following options are supported:
2323

24-
- **Native Client**: User interaction during authentication happens when code runs on a user-side device. The device can be a mobile application that's running in a native operating system, such as Android, or running in a browser, such as JavaScript.
24+
- **Native Client**: User interaction during authentication happens when code runs on a user-side device. The device can be a mobile application that's running in a native operating system, such as Android and iOS.
2525
- **Public client flow**: Only user credentials, gathered by an application, are sent in the API call. The credentials of the application are not sent.
2626
- **Add new claims**: The ID token contents can be changed to add new claims.
2727

0 commit comments

Comments
 (0)