Skip to content

Commit ec8004b

Browse files
authored
Merge pull request #189782 from chrischiedo/app-reg-update
Fix typo
2 parents 29d4550 + 4fa2e30 commit ec8004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/security-best-practices-for-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It's important to keep Redirect URIs of your application up to date. A lapse in
4949

5050
## Implicit flow token configuration
5151

52-
Scenarios that require **implicit flow** can now use **Auth code flow** to reduce the risk of compromise associated with implicit grant flow misuse. If you configured your application registration to get Access tokens using implicit flow, but don't actively use it, we recommend you turn off the setting to protect from misuse.
52+
Scenarios that required **implicit flow** can now use **Auth code flow** to reduce the risk of compromise associated with implicit grant flow misuse. If you configured your application registration to get Access tokens using implicit flow, but don't actively use it, we recommend you turn off the setting to protect from misuse.
5353

5454
![access tokens used for implicit flows](media/active-directory-application-registration-best-practices/implict-grant-flow.png)
5555

0 commit comments

Comments
 (0)