Skip to content

Commit 32a1cdd

Browse files
Added missing file for oauth
1 parent 5640e12 commit 32a1cdd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Loading

source/adminguide/accounts.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,6 @@ In any OAuth 2.0 configuration admin has to use the redirect URI "http://<manage
681681
server IP to host table in the local system and assign a domain, something like "management.cloud". In that redirect URI looks like
682682
"http://management.cloud:8080/?verifyOauth"
683683

684-
.. image:: /_static/images/oauth-provider-registration.png
685-
:width: 400px
686-
:align: center
687-
:alt: OAuth provider registration
688-
689684
Following are the details needs to be provided to register the OAuth provider, this is to call the API "registerOauthProvider"
690685

691686
- **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
698693

699694
- **Secret Key**: Secret Key pre-registered in the specific OAuth provider
700695

696+
.. image:: /_static/images/oauth-provider-registration.png
697+
:width: 400px
698+
:align: center
699+
:alt: OAuth provider registration
700+
701701
Cloudmonkey API call looks like
702702

703703
- register oauthprovider provider=google description="Google Provider"

0 commit comments

Comments
 (0)