An open API service indexing awesome lists of open source software.

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

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
![](https://raw.githubusercontent.com/discourse/discourse-plugin-linkedin-auth/master/screenshot-admin-settings.png)

Login Screen
![](https://raw.githubusercontent.com/discourse/discourse-plugin-linkedin-auth/master/screenshot-login-screen.png)

## 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