Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vedhavyas/oauth2_central

oauth2 sso for multiple services
https://github.com/vedhavyas/oauth2_central

go golang oauth2 oauth2-provider oauth2-sso

Last synced: about 15 hours ago
JSON representation

oauth2 sso for multiple services

Awesome Lists containing this project

README

        

# Central oauth2 sso for services

[![Build Status](https://travis-ci.org/vedhavyas/oauth2_central.svg?branch=master)](https://travis-ci.org/vedhavyas/oauth2_central)

[![GoDoc](https://godoc.org/github.com/vedhavyas/oauth2_central?status.png)](https://godoc.org/github.com/vedhavyas/oauth2_central)

[![Go Report Card](https://goreportcard.com/badge/github.com/vedhavyas/oauth2_central)](https://goreportcard.com/report/github.com/vedhavyas/oauth2_central)

## Config File
Rename config.json.example to config.json and fill in all details

Pass the path of the config file as command line argument like this - ./oauth2_central -config-file=path/to/file
if none is passed, program will look for config.json in the project root.

## Test, Install, and Run
`make all` to test and build the project
`./oauth2_central` to run the project