Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.24 KB

v1.1.0 (2016-11-30)

This release is a general clean-up and adds support for some advanced OpenID Connect features. Make sure to check the updated README.md, especially the configuration section.

Features

  • Respect scope grants in UserInfo response (25f2170)
  • Support max_age parameter (aabe3aa)
  • Add generator for initializer (80399fd)
  • Store and return nonces in IdToken responses (d28ca8c)
  • Support prompt=none parameter (c775d8b)
  • Add supported claims to discovery response (1d8f9ea)
  • Add webfinger and keys endpoints for discovery (f70898b)
  • Add discovery endpoint (a16caa8)

Bug Fixes

  • Work around response_body issue on Rails 5, fix specs (bc4ac76)
  • Return auth_time in ID token claims (490f756)
  • Don't require nonce (d2945da)
  • Also support POST requests to userinfo (87a6577)
  • Add openid scope to Doorkeeper configuration (8169c2d)