Skip to content

Commit e0590f9

Browse files
authored
Update v2-oauth2-auth-code-flow.md
adding note about default behavior in absence of optional parameters ------- cc: @nickludwig
1 parent f80833c commit e0590f9

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)