
User15989799999768529854 (Customer) asked a question.
Hi Team,
We are planning to enable social media login and self service registration on Okta using Twitter and we are aware Okta doesn't support twitter integration out of the box. Do you came across this situation ever? If so how can we solve this problem for our customers.

Hi @User15989799999768529854 (Customer) ,
Here's some resources that should help you: https://developer.okta.com/docs/guides/add-an-external-idp/openidconnect/configure-idp-in-okta/ (under Open ID Connect)
https://developer.twitter.com/en/docs/authentication/guides/log-in-with-twitter
Combining both of those docs should help you get this up and running. Let us know if you need help with anything else, or have any questions.
Thanks!
Tim
Okta, Inc.
Thanks Tim. I looked at the Okta guide to configure external IDP using Open ID connect. it is making sense for authentication and how can handle authorization. In this case twitter is not supporting OpenID connect.
In case someone else comes across this, I have now started a project to "translate" between Okta and Twitter. It lacks a bit of "polish" at this point, but I've successfully used it: https://github.com/blind-coder/twitter-oauth2
Thanks Benjamin. I will take a look into it