keycloak-scim/server_admin/topics/identity-broker/social/twitter.adoc
Brian Dooley 9e66b97faf KEYCLOAK-15756 Initial wording (#58)
* KEYCLOAK-15756 Initial wording

* KEYCLOAK-15756 Post feedback changes
2021-09-21 08:58:46 +02:00

24 lines
970 B
Text

[[_twitter]]
==== Twitter
.Prerequisites
. A Twitter developer account.
.Procedure
. Click *Identity Providers* in the menu.
. From the `Add provider` list, select `Twitter`.
+
.Add Identity Provider
image:{project_images}/twitter-add-identity-provider.png[Add Identity Provider]
+
. Copy the value of *Redirect URI* to your clipboard.
. In a separate browser tab, create an app in https://developer.twitter.com/apps/[Twitter Application Management].
.. Enter any value for name and description.
.. The value for *Website* can be any valid URL except `localhost`.
.. Paste the value of the *Redirect URL* into the *Callback URL* field.
.. When you create your Twitter app, note the value of *Consumer Key* and *Consumer Secret* in the *Keys and Access Tokens* section.
. In {project_name}, paste the value of the *Consumer Key* into the *Client ID* field.
. In {project_name}, paste the value of the *Consumer Secret* into the *Client Secret* field.
. Click *Save*.