Skip to content

Commit dd78840

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#94803
Added line 74 and 75 to add refresh token details in client credential flow.
1 parent b7c8dcd commit dd78840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ When authenticating as an application (as opposed to with a user), you can't use
7171

7272
For more information about application permissions, see [Permissions and consent](v2-permissions-and-consent.md#permission-types).
7373

74+
#### Refreshing Tokens
75+
The client credentials grant does not issue a refresh token. There is no benefit to issue refresh token with the client credential flow over just using the client id and client secret again.
76+
7477
#### Recommended: Sign the admin into your app to have app roles assigned
7578

7679
Typically, when you build an application that uses application permissions, the app requires a page or view on which the admin approves the app's permissions. This page can be part of the app's sign-in flow, part of the app's settings, or it can be a dedicated "connect" flow. In many cases, it makes sense for the app to show this "connect" view only after a user has signed in with a work or school Microsoft account.

0 commit comments

Comments
 (0)