An OAuth Plugin for Kibana 4. It uses Bell for the OAuth handling.
Kibana 4.4+
- Download and unpack Kibana.
- From the Kibana root directory, install the plugin with the following command:
bin/kibana plugin -i oauth2 -u https://github.com/appuri/kibana-oauth2-plugin/releases/download/0.2.0/kibana-oauth2-plugin-0.2.0.zip
- Set the following config options that map to Bell
server.auth.strategy
options:
oauth2.password
oauth2.provider
oauth2.clientId
oauth2.clientSecret
oauth2.redirectUri (Optional: used to set redirect_uri on server.auth.strategy.location manually)
To get the list of supported providers, see Bell's documentation