Skip to content

v0.4.2

Compare
Choose a tag to compare
@stephank stephank released this 21 Jul 18:33
· 1303 commits to main since this release

New features:

  • This release implements additional OAuth2 response modes outside the Portier spec, for compatibility with existing OpenID Connect clients. For examples of specific tools that have been tested, see the new document on integrations.
  • All JSON responses sent by the broker are now pretty formatted.

Fixes:

  • Per OpenID Connect Core, the scope parameter now only requires the value openid, and unrecognised scopes are ignored.