We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To simplify configuring applications to authenticating using Twitter / X v2 API we should add Twitter/X to the CommonOAuth2Provider.
spring.security.oauth2.client.registration.x.scope=users.read,tweet.read spring.security.oauth2.client.provider.x.authorization-uri=https://x.com/i/oauth2/authorize spring.security.oauth2.client.provider.x.token-uri=https://api.x.com/2/oauth2/token spring.security.oauth2.client.provider.x.user-info-uri=https://api.x.com/2/users/me spring.security.oauth2.client.provider.x.user-name-attribute=username
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To simplify configuring applications to authenticating using Twitter / X v2 API we should add Twitter/X to the CommonOAuth2Provider.
The text was updated successfully, but these errors were encountered: