All Projects → itsyouonline → identityserver

itsyouonline / identityserver

Licence: BSD-3-Clause License
Identity management server

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
RAML
58 projects
CSS
56736 projects

identityserver

Build Status

Documentation

Documentation is hosted on gitbook

install and run locally

Prerequisites

  • go 1.7

Installation

git clone https://github.com/itsyouonline/identityserver
cd identityserver
go generate && go build
./identityserver -d

Run

identityserver

To see the available options (like changing the default mongo connectionstring), execute identityserver -h.

Browse to https://dev.itsyou.online:8443

  • dev.itsyou.online is a public DNS entry that points to 127.0.0.1 and ::1

Docker-compose

You can run via Docker-compose. You will get a running identityserver with its own Mongo docker instance.

docker-compose up

then browse to https://dev.itsyou.online:8443 (assuming docker runs on localhost)

Contribute

When you want to contribute to the development, follow the contribution guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].