Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade openid_connect dependency * fix mocha deprecation warning * tweak travis settings * Fix tests, update some dependencies * Fix warnings * Allows ui_locales, claims_locales and login_hint as request params Ref: [http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest](http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) These params are allowed to be used during Authentication request. * forward `params` call to `request.params` * RP-Initiated Logout phase (#5) * Add logout phase * Avoid to make a discover for each other_phase call * avoid using match when MatchData is not used * Make uid label configurable (#11) * add partner option * fix: Gracefully handle state mismatch (#6)
- Loading branch information