Skip to content

jans-auth-server: v1.0.0-beta.16

Compare
Choose a tag to compare
@mo-auto mo-auto released this 14 Mar 14:39
· 21488 commits to e1322afab2659fd7d9befb9f069e2a64048a76cd since this release

1.0.0-beta.16 (2022-03-14)

Features

  • jans-auth-server: forbid plain pkce if fapi=true (fapi1-advanced-final-par-plain-pkce-rejected fail) #946 (21cecb0)
  • jans-auth-server: new client config option defaultpromptlogin #979 (4e3de26)
  • support regex client attribute to validate redirect uris (#1005) (a78ee1a)

Bug Fixes

  • jans-auth-server: corrected ParValidatorTest #946 (04a01fd)
  • jans-auth-server: corrected sonar reported issue (7c88078)
  • jans-auth-server: fix npe (e6debb2)
  • jans-auth-server: reduce noise in logs when session can't be found (47afc47)
  • jans-auth-server: removed reference of removed tests #996 (cabc4f2)
  • jans-auth-server: validate pkce after extraction data from request object (#999) (29fdfae)

Miscellaneous Chores