diff options
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/oauth_provider.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md index af8a1c4e5ed..8ba2e8731c8 100644 --- a/doc/integration/oauth_provider.md +++ b/doc/integration/oauth_provider.md @@ -63,6 +63,9 @@ it from the admin area. ![OAuth admin_applications](img/oauth_provider_admin_application.png) +You're also able to mark an application as _trusted_ when creating it through the admin area. By doing that, +the user authorization step is automatically skipped for this application. + --- ## Authorized applications |