Skip to content

Commit 62f3c1d

Browse files
authored
Merge pull request #190389 from nickludwig/patch-3
note on default behavior in absence of optional parameters
2 parents a4a06f7 + e0590f9 commit 62f3c1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/develop/v2-oauth2-auth-code-flow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The authorization code flow begins with the client directing the user to the `/a
5454

5555
Some permissions are admin-restricted, for example, writing data to an organization's directory by using `Directory.ReadWrite.All`. If your application requests access to one of these permissions from an organizational user, the user receives an error message that says they're not authorized to consent to your app's permissions. To request access to admin-restricted scopes, you should request them directly from a Global Administrator. For more information, see [Admin-restricted permissions](v2-permissions-and-consent.md#admin-restricted-permissions).
5656

57+
Unless specified otherwise, there are no default values for optional parameters. There is, however, default behavior for a request omitting optional parameters. The default behavior is to either sign in the sole current user, show the account picker if there are multiple users, or show the login page if there are no users signed in.
58+
5759
```http
5860
// Line breaks for legibility only
5961

0 commit comments

Comments
 (0)