File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.2.0
4+ - Added the authenticating authority to the user_info endpoint
5+ - Upped dependencies for nimbusds, bouncycastle and opensaml
6+
7+ ## 8.1.1
8+ - Bugfix for Spring Crypto not accepting BCrypt secrets longer than 72 bytes
9+
310## 8.1.0
411- Allow POST requests to ` /oidc/authorize ` (enables form_post submissions) ([ #263 ] ( https://github.com/OpenConext/OpenConext-oidcng/issues/263 ) )
512- Ensure URIs passed in the ` login_hint ` are absolute (PR [ #271 ] ( https://github.com/OpenConext/OpenConext-oidcng/pull/271 ) )
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >org.openconext</groupId >
1111 <artifactId >oidcng-parent</artifactId >
12- <version >8.3.0-SNAPSHOT </version >
12+ <version >8.2.0 </version >
1313 </parent >
1414
1515 <dependencyManagement >
Original file line number Diff line number Diff line change 1111
1212 <groupId >org.openconext</groupId >
1313 <artifactId >oidcng-parent</artifactId >
14- <version >8.3.0-SNAPSHOT </version >
14+ <version >8.2.0 </version >
1515 <name >oidcng</name >
1616 <packaging >pom</packaging >
1717
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.openconext</groupId >
77 <artifactId >oidcng-parent</artifactId >
8- <version >8.3.0-SNAPSHOT </version >
8+ <version >8.2.0 </version >
99 </parent >
1010
1111 <artifactId >oidcng-release</artifactId >
You can’t perform that action at this time.
0 commit comments