This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.20 by this push:
new f1f6be2 Added missing file for oauth (#417)
f1f6be2 is described below
commit f1f6be2a509947873ff49822c2106bdeceee6985
Author: Harikrishna <[email protected]>
AuthorDate: Tue Jun 3 14:06:39 2025 +0530
Added missing file for oauth (#417)
---
source/_static/images/oauth-provider-registration.png | Bin 0 -> 63504 bytes
source/adminguide/accounts.rst | 10 +++++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/source/_static/images/oauth-provider-registration.png
b/source/_static/images/oauth-provider-registration.png
new file mode 100644
index 0000000..81cc5c7
Binary files /dev/null and
b/source/_static/images/oauth-provider-registration.png differ
diff --git a/source/adminguide/accounts.rst b/source/adminguide/accounts.rst
index b2bf57b..d0d7c1f 100644
--- a/source/adminguide/accounts.rst
+++ b/source/adminguide/accounts.rst
@@ -681,11 +681,6 @@ In any OAuth 2.0 configuration admin has to use the
redirect URI "http://<manage
server IP to host table in the local system and assign a domain,
something like "management.cloud". In that redirect URI looks like
"http://management.cloud:8080/?verifyOauth"
-.. image:: /_static/images/oauth-provider-registration.png
- :width: 400px
- :align: center
- :alt: OAuth provider registration
-
Following are the details needs to be provided to register the OAuth provider,
this is to call the API "registerOauthProvider"
- **Provider**: Name of the provider from the list of OAuth providers
supported in CloudStack
@@ -698,6 +693,11 @@ Following are the details needs to be provided to register
the OAuth provider, t
- **Secret Key**: Secret Key pre-registered in the specific OAuth provider
+.. image:: /_static/images/oauth-provider-registration.png
+ :width: 400px
+ :align: center
+ :alt: OAuth provider registration
+
Cloudmonkey API call looks like
- register oauthprovider provider=google description="Google Provider"