-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve behavior for parallel refresh token requests
do not apply logout_on_error and authenticate_on_error when a parallel refresh token request is detected; see #1132; thanks @esunke; bump to 2.4.14.5rc0 Signed-off-by: Hans Zandbelt <[email protected]>
- Loading branch information
Showing
3 changed files
with
105 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([mod_auth_openidc],[2.4.14.4],[[email protected]]) | ||
AC_INIT([mod_auth_openidc],[2.4.14.5rc0],[[email protected]]) | ||
|
||
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION()) | ||
|
||
|
Oops, something went wrong.