Skip to content

iAziz786/auth-sso

Repository files navigation

[WIP] auth-sso

Build Status Coverage Status

auth-sso is an OpenID Connect authorization server. Currently only support authorization code flow.

Website is on Heroku free Dyno so give it around 10 - 15 second before warming up.

This is work in progress. And support for implicit and hybrid flow will be added soon.

Incompletion in current flow

Apart from missing implicit and hybrid flow, currently this implementation does not support these (optional) request parameters:

  • display
  • prompt
  • max_age
  • ui_locales
  • id_token_hint
  • acr_values

License

auth-sso is released under the MIT License