https://github.com/discourse/discourse-linkedin-auth
LinkedIn OAuth Login support for Discourse
https://github.com/discourse/discourse-linkedin-auth
discourse-plugin linkedin
Last synced: 3 months ago
JSON representation
LinkedIn OAuth Login support for Discourse
- Host: GitHub
- URL: https://github.com/discourse/discourse-linkedin-auth
- Owner: discourse
- License: gpl-2.0
- Created: 2016-07-03T19:40:36.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T11:19:53.000Z (11 months ago)
- Last Synced: 2024-08-05T13:09:13.407Z (11 months ago)
- Topics: discourse-plugin, linkedin
- Language: Ruby
- Homepage:
- Size: 372 KB
- Stars: 12
- Watchers: 23
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ⚠️ This plugin is no longer supported
See [Configure LinkedIn OpenID Connect login for Discourse](https://meta.discourse.org/t/configure-linkedin-openid-connect-login-for-discourse/305366).
# LinkedIn OAuth Login Plugin
This plugin adds support logging in via LinkedIn.Admin Settings
Login Screen
## How to Help
- Create a PR with a new translation!
- Log Issues
- Submit PRs to help resolve issues## Installation
1. Follow the directions at [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) using https://github.com/discourse/discourse-plugin-linkedin-auth.git as the repository URL.
2. Rebuild the app using `./launcher rebuild app`
3. Visit https://developer.linkedin.com/docs/oauth2 and follow the directions for [creating an application](https://www.linkedin.com/secure/developer?newapp=), or look up the details of your [existing application](https://www.linkedin.com/secure/developer).
4. Update the plugin settings in the Admin > Settings area.
5. Add the your website as an authorized redirect url using
`https://example.com/auth/linkedin/callback`
(replacing the https with http and example.com with your full qualified domain/subdomain)## Authors
Matthew Wilkin
## License
GNU GPL v2