Open Source > splunk-auth-proxy
CoffeeScript

splunk-auth-proxy

Splunk SSO proxy for Google Apps authentication

Build Status

Splunk single sign-on proxy for Google Apps OpenID authentication

Usage

git clone https://github.com/Shopify/splunk-auth-proxy.git
cd splunk-auth-proxy
npm install

coffee server.coffee <config.json>

Pre-requisites

Splunk SSO configuration

server.conf

[general]
trustedIP = 127.0.0.1

web.conf

[settings]
enableSplunkWebSSL = 0
trustedIP = 127.0.0.1
SSOMode = strict
remoteUser = Remote-User

Contributing

Fork, branch & pull request.

License

Copyright (c) 2011 Shopify. Released under the MIT-LICENSE.