From 3102a15dff0a2083fd01a46c5083f016917808fc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 20 Mar 2017 19:52:31 -0700 Subject: [PATCH] doc: add oauth note in user manual --- docs/references/usermanual.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/references/usermanual.md b/docs/references/usermanual.md index 94cb8b2c5..c036df4b1 100644 --- a/docs/references/usermanual.md +++ b/docs/references/usermanual.md @@ -341,6 +341,18 @@ beyond it's control, Cloudron admins will get a notification about it. All the operations listed in this manual like installing app, configuring users and groups, are completely programmable with a [REST API](/references/api.html). +# OAuth Provider + +Cloudron is an OAuth 2.0 provider. To integrate Cloudron login into an external application, create +an OAuth application under `API Access`. + +You can use the following OAuth URLs to add Cloudron in the external app: +``` +authorizationURL: https://my./api/v1/oauth/dialog/authorize + +tokenURL: https://my./api/v1/oauth/token +``` + # Moving to a larger Cloudron When using a Cloudron from cloudron.io, it is easy to migrate your apps and data to a bigger server.