4dcb819c06
CIAM-5056
22 lines
855 B
Text
22 lines
855 B
Text
|
|
==== PayPal
|
|
|
|
.Procedure
|
|
. Click *Identity Providers* in the menu.
|
|
. From the `Add provider` list, select `PayPal`.
|
|
+
|
|
.Add identity provider
|
|
image:images/paypal-add-identity-provider.png[Add Identity Provider]
|
|
+
|
|
. Copy the value of *Redirect URI* to your clipboard.
|
|
. In a separate browser tab, open the https://developer.paypal.com/developer/applications[PayPal Developer applications area].
|
|
.. Click *Create App* to create a PayPal app.
|
|
.. Note the Client ID and Client Secret. Click the *Show* link to view the secret.
|
|
.. Ensure *Connect with PayPal* is checked.
|
|
.. Set the value of the *Return URL* field to the value of *Redirect URI* from {project_name}.
|
|
. In {project_name}, paste the value of the *Client ID* into the *Client ID* field.
|
|
. In {project_name}, paste the value of the *Client Secret* into the *Client Secret* field.
|
|
|
|
. Click *Add*.
|
|
|
|
|