All Projects → 18F → identity-oidc-sinatra

18F / identity-oidc-sinatra

Licence: other
Example OpenID Connect relying party as a Sinatra app

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to identity-oidc-sinatra

identity-site
This is the Login.gov main website where the public is able to learn about their one account for government.
Stars: ✭ 28 (+47.37%)
Mutual labels:  login-gov
identity-dashboard
Identity developer dashboard
Stars: ✭ 15 (-21.05%)
Mutual labels:  login-gov

identity-openidconnect-sinatra

An example of a Relying Party for OpenID Connect written as a simple Sinatra app in Ruby.

Running locally

These instructions assume identity-idp is also running locally at http://localhost:3000 .

  1. Set up the environment with:
$ make setup
  1. And run the app server:
$ make run
  1. To run specs:
$ make test

This sample service provider is configured to run on http://localhost:9292 by default. Optionally, you can assign a custom hostname or port by passing HOST= or PORT= environment variables when starting the application server.

Contributing

See CONTRIBUTING for additional information.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

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].