Skip to content

Commit

Permalink
Added missing file for oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishna-patnala committed Jul 24, 2024
1 parent 5640e12 commit 32a1cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions source/adminguide/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 32a1cdd

Please sign in to comment.