Skip to content

Commit b097461

Browse files
authored
Update bundle-consent-application-registrations.md
1 parent 0b6cd6b commit b097461

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

support/entra/entra-id/app-integration/bundle-consent-application-registrations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ https://login.microsoftonline.com/common/oauth2/v2.0/authorize
5151
5252
**Example request for work or school accounts only**
5353

54-
If you're not supporting Microsoft Accounts:
55-
5654
```http
57-
5855
GET https://login.microsoftonline.com/common/oauth2/v2.0/authorize
5956
?response_type=code
6057
&client_id=72333f42-5078-4212-abb2-e4f9521ec76a
@@ -174,7 +171,7 @@ while (result == null && retryCount >= 6)
174171
If (result==null) return new HttpStatusCodeResult(HttpStatusCode.Forbidden, "Need Consent");
175172
```
176173

177-
If all retries fail, return an error message, and then instruct the client to initial a full consent process.
174+
If all retries fail, return an error message, and then instruct the client to start a full consent process.
178175

179176
**Example of client code that assumes your API throws a 403**
180177

0 commit comments

Comments
 (0)