discourse/lib/auth
Ted Johansson 9e31135eca
FEATURE: Allow users to sign in using LinkedIn OpenID Connect (#26281)
LinkedIn has grandfathered its old OAuth2 provider. This can only be used by existing apps. New apps have to use the new OIDC provider.

This PR adds a linkedin_oidc provider to core. This will exist alongside the discourse-linkedin-auth plugin, which will be kept for those still using the deprecated provider.
2024-04-19 18:47:30 +08:00
..
auth_provider.rb
authenticator.rb
current_user_provider.rb
default_current_user_provider.rb FEATURE: add username header to global-rate-limited responses (#25265) 2024-01-15 19:50:37 +00:00
discord_authenticator.rb
facebook_authenticator.rb
github_authenticator.rb
google_oauth2_authenticator.rb
linkedin_oidc_authenticator.rb FEATURE: Allow users to sign in using LinkedIn OpenID Connect (#26281) 2024-04-19 18:47:30 +08:00
managed_authenticator.rb
result.rb
twitter_authenticator.rb FEATURE: Add scheduled Twitter login problem check - Part 1 (#25830) 2024-02-26 12:08:12 +08:00