17
0

92 Commits

Author SHA256 Message Date
c851d5c095 Accepting request 1303323 from Apache:Modules
- version update to 2.4.18
  * add Valgrind target to Makefile and to Github Build action
  * release 2.4.18
  * revise test/check and code coverage functions
  * revise autoconf/automake, split over subdirs now
  * add tests for memcache TTL
  * fix check OIDC_CONFIG_POS_TIMEOUT_UNSET for memcache TTL getter; #1345
  * bump to 2.4.18dev
  * fix parsing the value set via OIDCMemCacheConnectionsTTL and interpret it in
    seconds correctly now (instead of microseconds); see #1345; thanks @rpluem
  * use the server process pool for static variable allocation rather than the pconf pool
    to prevents possible segmentation faults after (graceful) restarting the same process

OBS-URL: https://build.opensuse.org/request/show/1303323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=40
2025-09-09 18:30:38 +00:00
54e7a11448 checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=86
2025-09-09 09:26:29 +00:00
0ca5e46f48 Accepting request 1288215 from Apache:Modules
- version update to 2.4.17.1
  * fix usage of OIDCSessionType client-cookie:persistent:store_id_token; see #1331; thanks @rgcv
  * fix usage of OIDCPreservePostTemplates, regression in 2.4.17; see #1325; thanks @perry19987
  * javascript: use HTMLFormElement.prototype.submit.call(document.forms[0]) on all Javascript
    auto-submit POST forms to prevent browser Javascript error: "form.submit is not a function"
  * metrics: avoid possible segfault after restart twice; thanks @atzm
  * code: refactor util.c into util/ directory
  * allow adding a prefix to the cache (section) key through environment variable OIDC_CACHE_PREFIX

OBS-URL: https://build.opensuse.org/request/show/1288215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=39
2025-06-24 18:50:05 +00:00
9f418f3161 checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=84
2025-06-24 10:22:27 +00:00
70d756a7f2 Accepting request 1281889 from Apache:Modules
- build with hiredis for openSUSE only [bsc#1243922]

OBS-URL: https://build.opensuse.org/request/show/1281889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=38
2025-06-02 20:01:06 +00:00
063c2b14e7 checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=82
2025-06-02 11:29:05 +00:00
ca1e7bfca2 Accepting request 1273582 from Apache:Modules
- version update to 2.4.17
  * Features
    - proto: pass the scope parameter as returned from the token endpoint in the OIDC_scope
      header/environment variable and make it available for Require claim scope: purposes,
      if not available as a claim returned in the id_token or userinfo endpoint; thanks Amaury Buffet
  * Bugfixes
    - metadata: fix parsing the OPs token_endpoint_auth_methods_supported and avoid the log error:
    - oidc_metadata_provider_parse: oidc_provider_token_endpoint_auth_set: invalid value
      and falling back to client_secret_basic after that; thanks François Kooman
    - fix memory leaks when using provider specific client keys and/or signed_jwks_uri_key in.a
       multi-provider setup; thanks Sami Korvonen
    - allow for regular Apache processing (e.g. setting response/security headers) by deferring HTML/HTTP
      output generation to the content handler (instead of user id check handler) for the following use cases:
        OIDCProviderAuthRequestMethod POST
        OIDCPreservePost On (both internal and template-based)
        POST page for the implicit grant type
        Request URI handler
        internally generated POST logout page
        session management RP iframe
        session management logout HTML top-window redirect page

OBS-URL: https://build.opensuse.org/request/show/1273582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=37
2025-04-30 17:04:43 +00:00
9ea85cf32c checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=80
2025-04-30 06:39:22 +00:00
ee628c678e Accepting request 1267826 from Apache:Modules
- version update to 2.4.16.11 (CVE-2025-31492 [bsc#1240893])
  - fix protected content leakage when using OIDCProviderAuthRequestMethod POST, see:
      https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r
  - allow for regular Apache processing (e.g. setting response headers) when using OIDCProviderAuthRequestMethod POST
  - core: complete case-insensitive protocol/hostname/domain-name comparisons
  2.4.16.10
  - core: compare hostnames and domains in a case insensitive way in:
      oidc_request_check_cookie_domain
      oidc_util_cookie_domain_valid
      oidc_validate_redirect_url
      oidc_cfg_parse_is_valid_url_scheme
      oidc_discovery_target_link_uri_match
  - cookie: fix oidc_util_cookie_domain_valid so that it checks the incoming request against OIDCCookieDomain
    rather than the OIDCRedirectURI and displays the correct error message if they don't match
  
  2.4.16.9
  - cookie: use case insensitive hostname/domain comparison in oidc_check_cookie_domain
  - authz: remove the Location header from HTML based step up authentication redirects
    as it may conflict with its HTTP 200 status code and confuse middle boxes
  - metrics: avoid double-free on shutdown by not calling pthread_exit; fixes #1207; thanks @studersi
  - metrics: upon exit, do write cached metrics into shared memory before exiting

OBS-URL: https://build.opensuse.org/request/show/1267826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=36
2025-04-08 15:52:08 +00:00
44dd088564 checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=78
2025-04-08 06:58:37 +00:00
8a40604a25 Accepting request 1253581 from Apache:Modules
apache2-mod_auth_openidc 2.4.16.8... build with pcre2 (forwarded request 1253261 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1253581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=35
2025-03-17 21:17:29 +00:00
040a9f5405 apache2-mod_auth_openidc 2.4.16.8... build with pcre2
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=76
2025-03-17 05:42:07 +00:00
2c41106c06 Accepting request 1244732 from Apache:Modules
- version update to 2.4.16.7
  01/29/2025
  - add OIDCProfile to configure OpenID Connect profile behaviours for, so far "FAPI20" only, which configures:
    Authentication Request method, DPoP, PKCE, ID token aud values requirements
    token endpoint JWT authentication "aud" values, "iss" parameter requirement in authentication reponses

OBS-URL: https://build.opensuse.org/request/show/1244732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=34
2025-02-10 16:30:08 +00:00
e74e2bb34d checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=74
2025-02-10 11:28:00 +00:00
123010e7d1 Accepting request 1232177 from Apache:Modules
- version update to 2.4.16.6
  12/05/2024
  - metadata: fix caching of JWKs from jwks_uri when using the default expiry setting (i.e. not using OIDCJWKSRefreshInterval)
    and avoid fetching JWKs from the jwks_uri for each user login; also addresses Redis cache
    error entries the log [ERR invalid expire time in 'setex' command]
  - avoid segfault and improve error reporting in case apr_temp_dir_get fails when a temp directory cannot be found
    on the system upon initalizing cache mutexes and file cache; see #1288; thanks @ErmakovDmitriy
  11/21/2024
  - add option to set local address for outgoing HTTP requests; see #1283; thanks @studersi
    using e.g. SetEnvIfExpr true OIDC_CURL_INTERFACE=192.168.10.2
  - try and address metris cleanup segmentation fault on shutdown; see #1207
    by not flushing metrics to the shared memory segment upon exit
  11/14/2024
  - allow specific settings Strict|Lax|None|Disabled for OIDCCookieSameSite in addition to On(=Lax)|Off(=None)
  - fix: default behaviour Lax
  - fix: apply OIDCCookieSameSite Off/None properly to state cookies instead of always setting Lax
  - re-introduces the option to configure a Strict SameSite session cookie policy, which will turn the initial
    Lax session cookie - set upon receving the response to the Redirect URI - into a Strict session cookie
    immediately after the first application request
  - allows for a "Disabled" value that does not set any SameSite flag on the cookies, in which case a browser
    falls back to its default browser behaviour (which should be Lax by spec)
  11/07/2024
  - info: fix requests to the info hook with extend_session=false; see #1279; thanks @fnieri-cdp
  - properly reflect the (unmodified) inactivity timeout in the response ("timeout")
  - avoid refreshing an access token (since the session is not saved)
  - avoid refreshing claims from the user info endpoint, and possibly refreshing the access token
  10/23/2024
  - metadata: allow plain HTTP URLs in metadata elements `jwks_uri` and `signed_jwks_uri`
    to ensure backwards compatibility with <=2.4.15.7 and to support private/test deployments
  10/22/2024 (forwarded request 1230123 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1232177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=33
2024-12-19 20:41:52 +00:00
6a1bd2d733 - version update to 2.4.16.6
12/05/2024
  - metadata: fix caching of JWKs from jwks_uri when using the default expiry setting (i.e. not using OIDCJWKSRefreshInterval)
    and avoid fetching JWKs from the jwks_uri for each user login; also addresses Redis cache
    error entries the log [ERR invalid expire time in 'setex' command]
  - avoid segfault and improve error reporting in case apr_temp_dir_get fails when a temp directory cannot be found
    on the system upon initalizing cache mutexes and file cache; see #1288; thanks @ErmakovDmitriy
  11/21/2024
  - add option to set local address for outgoing HTTP requests; see #1283; thanks @studersi
    using e.g. SetEnvIfExpr true OIDC_CURL_INTERFACE=192.168.10.2
  - try and address metris cleanup segmentation fault on shutdown; see #1207
    by not flushing metrics to the shared memory segment upon exit
  11/14/2024
  - allow specific settings Strict|Lax|None|Disabled for OIDCCookieSameSite in addition to On(=Lax)|Off(=None)
  - fix: default behaviour Lax
  - fix: apply OIDCCookieSameSite Off/None properly to state cookies instead of always setting Lax
  - re-introduces the option to configure a Strict SameSite session cookie policy, which will turn the initial
    Lax session cookie - set upon receving the response to the Redirect URI - into a Strict session cookie
    immediately after the first application request
  - allows for a "Disabled" value that does not set any SameSite flag on the cookies, in which case a browser
    falls back to its default browser behaviour (which should be Lax by spec)
  11/07/2024
  - info: fix requests to the info hook with extend_session=false; see #1279; thanks @fnieri-cdp
  - properly reflect the (unmodified) inactivity timeout in the response ("timeout")
  - avoid refreshing an access token (since the session is not saved)
  - avoid refreshing claims from the user info endpoint, and possibly refreshing the access token
  10/23/2024
  - metadata: allow plain HTTP URLs in metadata elements `jwks_uri` and `signed_jwks_uri`
    to ensure backwards compatibility with <=2.4.15.7 and to support private/test deployments
  10/22/2024

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=72
2024-12-19 10:32:24 +00:00
718734eed3 Accepting request 1202153 from Apache:Modules
- version update to 2.4.16.3
  09/06/2024
  - allow overriding globally set OIDCCacheType back to shm in vhosts
  - correct typo in child initialization routines when using multiple vhosts; closes #1208; thanks @studersi
    this fixes possible segmentation faults when using Redis and Metrics settings in vhosts
  09/05/2024
  - fix OIDCCacheShmMax min/max settings; see #1260; thanks @bbartke
  08/29/2024
  - fix setting OIDCPKCEMethod none; closes #1256; thanks @eoliphan
  08/28/2024
  - re-introduce OIDCSessionMaxDuration 0; see #1252
  - add some resilience when both Forwarded and X-Forwarded-* are configured
  - fix disabled OIDCStateCookiePrefix command; closes #1254; thanks @damisanet
  - remove support for OIDCHTMLErrorTemplate, deprecated since 2.4.14
  08/26/2024
  - fix parsing OIDCXForwardedHeaders; closes #1250; thanks @maltesmann
  07/03/2024
  - cfg/provider: use oidc_jwk_list_copy when merging client_keys
  06/18/2024
  - memcache: correct dead server check on APR_NOTFOUND; see #1230; thanks @rpluem-vf
  06/08/2024
  - support DPoP nonces to the userinfo endpoint
  06/06/2024
  - add OIDCDPoPMode [off|optional|required] primitive
  - store the token_type in the session
  06/05/2024
  - add "nbf" claim in the Request Object as per https://openid.net/specs/openid-financial-api-part-2-1_0-final.html#rfc.section.5.2.2
  06/04/2024
  - add (client) support for RFC 9449 OAuth 2.0 Demonstrating Proof of Possession (DPoP)
  - replace multi-provider .conf "issuer_specific_redirect_uri" boolean with "response_require_iss" boolean (forwarded request 1201556 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1202153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=32
2024-09-20 15:12:24 +00:00
83e9e7bb31 - version update to 2.4.16.3
09/06/2024
  - allow overriding globally set OIDCCacheType back to shm in vhosts
  - correct typo in child initialization routines when using multiple vhosts; closes #1208; thanks @studersi
    this fixes possible segmentation faults when using Redis and Metrics settings in vhosts
  09/05/2024
  - fix OIDCCacheShmMax min/max settings; see #1260; thanks @bbartke
  08/29/2024
  - fix setting OIDCPKCEMethod none; closes #1256; thanks @eoliphan
  08/28/2024
  - re-introduce OIDCSessionMaxDuration 0; see #1252
  - add some resilience when both Forwarded and X-Forwarded-* are configured
  - fix disabled OIDCStateCookiePrefix command; closes #1254; thanks @damisanet
  - remove support for OIDCHTMLErrorTemplate, deprecated since 2.4.14
  08/26/2024
  - fix parsing OIDCXForwardedHeaders; closes #1250; thanks @maltesmann
  07/03/2024
  - cfg/provider: use oidc_jwk_list_copy when merging client_keys
  06/18/2024
  - memcache: correct dead server check on APR_NOTFOUND; see #1230; thanks @rpluem-vf
  06/08/2024
  - support DPoP nonces to the userinfo endpoint
  06/06/2024
  - add OIDCDPoPMode [off|optional|required] primitive
  - store the token_type in the session
  06/05/2024
  - add "nbf" claim in the Request Object as per https://openid.net/specs/openid-financial-api-part-2-1_0-final.html#rfc.section.5.2.2
  06/04/2024
  - add (client) support for RFC 9449 OAuth 2.0 Demonstrating Proof of Possession (DPoP)
  - replace multi-provider .conf "issuer_specific_redirect_uri" boolean with "response_require_iss" boolean

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=70
2024-09-20 10:25:01 +00:00
16a3745dba Accepting request 1166662 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1166662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=31
2024-04-10 15:50:12 +00:00
Danilo Spinella
b7bfa5e6dc Accepting request 1161426 from home:pgajdos
- version update to 2.4.15.6
  03/14/2024
  - fix userinfo refresh interval parsing; closes #1200; thanks @HolgerHees
    avoid refreshing userinfo on each request until access token expiry
  - store interval as JSON integer in session
  - use SameSite=Lax when OIDCCookieSameSite is On (also by default) instead of
    Strict as overriding from Lax to Strict does not work reliably anymore (Chrome)
  - release 2.4.15.6
  03/13/2024
  - fix compilation without libhiredis; closes #1195 ; thanks @HolgerHees
    conditionally define oidc_set_redis_connect_timeout
  - fix `OIDCPassClaimsAs environment` bug introduced in 2.4.15.4; see #1196; thanks @HolgerHees
  - release 2.4.15.5
  03/12/2024
  - release 2.4.15.4
  - fix setting the default PCKE method to "none" in a multi-provider setup

OBS-URL: https://build.opensuse.org/request/show/1161426
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=68
2024-04-10 13:04:50 +00:00
f30c1d2e3f Accepting request 1147523 from Apache:Modules
- Update to 2.4.15.3:
  * for the complete list of changes, please have a look at ChangeLog
- Fix CVE-2024-24814, DoS when `OIDCSessionType client-cookie` is set
  and a crafted Cookie header is supplied, bsc#1219911 (forwarded request 1147162 from dspinella)

OBS-URL: https://build.opensuse.org/request/show/1147523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=30
2024-02-20 20:13:07 +00:00
0158e8589f Accepting request 1147162 from home:dspinella:branches:Apache:Modules
- Update to 2.4.15.3:
  * for the complete list of changes, please have a look at ChangeLog
- Fix CVE-2024-24814, DoS when `OIDCSessionType client-cookie` is set
  and a crafted Cookie header is supplied, bsc#1219911

OBS-URL: https://build.opensuse.org/request/show/1147162
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=66
2024-02-19 08:39:14 +00:00
348964d36a Accepting request 1130032 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1130032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=29
2023-11-30 21:04:34 +00:00
Danilo Spinella
3de8066d5c Accepting request 1130030 from home:dspinella:branches:Apache:Modules
- update to 2.4.14.4:
  * for the complete list of changes, please have a look at ChangeLog

OBS-URL: https://build.opensuse.org/request/show/1130030
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=64
2023-11-30 15:06:15 +00:00
b0b4de202a Accepting request 1044612 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1044612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=28
2022-12-24 13:51:32 +00:00
Danilo Spinella
86575683cc Accepting request 1043933 from home:stroeder:iam
- update to 2.4.12.2
  * Security
    - CVE-2022-23527: prevent open redirect in default setup when
      OIDCRedirectURLsAllowed is not configured
      see: GHSA-q6f2-285m-gr53
  * Features
    - allow overriding the type of lock used at compile time with OIDC_LOCK

OBS-URL: https://build.opensuse.org/request/show/1043933
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=62
2022-12-23 10:17:47 +00:00
1932564e95 Accepting request 1036637 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1036637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=27
2022-11-18 14:44:22 +00:00
Danilo Spinella
f3d44d10a4 Accepting request 1035899 from home:stroeder:iam
update to 2.4.12.1

OBS-URL: https://build.opensuse.org/request/show/1035899
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=60
2022-11-18 11:22:04 +00:00
42221ee934 Accepting request 1029694 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/1029694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=26
2022-10-18 14:06:48 +00:00
ec74e5e8b5 Accepting request 1021390 from home:stroeder:iam
update to 2.4.12

OBS-URL: https://build.opensuse.org/request/show/1021390
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=58
2022-10-18 09:46:35 +00:00
affc3e2e07 Accepting request 998851 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/998851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=25
2022-08-24 13:10:56 +00:00
Danilo Spinella
8fb82387db Accepting request 998850 from home:stroeder:iam
update to 2.4.11.3

OBS-URL: https://build.opensuse.org/request/show/998850
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=56
2022-08-23 14:12:44 +00:00
0a5843d448 Accepting request 991565 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/991565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=24
2022-07-28 18:59:11 +00:00
Danilo Spinella
1c68d3ca31 Accepting request 990989 from home:stroeder:iam
- removed obsolete BuildRequires autoconf and automake
- update to 2.4.11.2

OBS-URL: https://build.opensuse.org/request/show/990989
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=54
2022-07-28 13:37:08 +00:00
2efba91bbb Accepting request 917070 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/917070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=23
2021-09-06 13:58:07 +00:00
Danilo Spinella
78402d5cc5 Accepting request 917069 from home:dspinella:branches:Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/917069
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=53
2021-09-06 10:19:39 +00:00
Danilo Spinella
fd4bf33255 Accepting request 916770 from home:stroeder:iam
- update to 2.4.9.4
  * Security
    - prevent open redirect by applying OIDCRedirectURLsAllowed setting to 
      target_link_uri; closes #672
  * Bugfixes
    - don't apply authz in discovery process; fixes step up authentication 
      when combined with Discovery

OBS-URL: https://build.opensuse.org/request/show/916770
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=52
2021-09-06 09:27:10 +00:00
cb82119123 Accepting request 914953 from Apache:Modules
(forwarded request 914952 from dspinella)

OBS-URL: https://build.opensuse.org/request/show/914953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=22
2021-08-30 11:55:18 +00:00
dfef8d0e9e Accepting request 914952 from home:dspinella:branches:Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/914952
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=51
2021-08-30 07:20:19 +00:00
Danilo Spinella
0efb2ff60f Accepting request 914596 from home:stroeder:iam
- update to 2.4.9.3
  * Bugfixes
    - don't apply authz to the redirect URI; fixes ac56864

OBS-URL: https://build.opensuse.org/request/show/914596
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=50
2021-08-27 12:55:30 +00:00
10d3fa0d1c Accepting request 913945 from Apache:Modules
- use declared tarball

- update to 2.4.9.2
  * Bugfixes
    - fix graceful restart (regression); see #458
  * Features
    - preserve session cookie in the event of a cache backend failure
    - update the id_token in the session cache if one is provided while
      refreshing the access token

OBS-URL: https://build.opensuse.org/request/show/913945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=21
2021-08-24 08:54:54 +00:00
c38b6ad969 - use declared tarball
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=49
2021-08-24 07:26:20 +00:00
15d2aae9ad Accepting request 913888 from home:stroeder:iam
update to 2.4.9.2

OBS-URL: https://build.opensuse.org/request/show/913888
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=48
2021-08-24 07:11:06 +00:00
Richard Brown
f2b4369795 Accepting request 912383 from Apache:Modules
- update to 2.4.9.1
  fix retried Redis commands after a reconnect; see #642 (forwarded request 912043 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/912383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=20
2021-08-18 06:55:49 +00:00
2045c2ec8d Accepting request 912043 from home:stroeder:iam
- update to 2.4.9.1
  fix retried Redis commands after a reconnect; see #642

OBS-URL: https://build.opensuse.org/request/show/912043
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=47
2021-08-16 10:06:20 +00:00
9132fb94a0 Accepting request 907973 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/907973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=19
2021-07-23 21:41:20 +00:00
Danilo Spinella
65c7e00d53 Accepting request 907972 from home:dspinella:branches:Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/907972
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=46
2021-07-23 12:13:36 +00:00
Danilo Spinella
e0057c8412 Accepting request 907881 from home:stroeder:iam
Update to version 2.4.9

OBS-URL: https://build.opensuse.org/request/show/907881
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=45
2021-07-23 09:53:20 +00:00
ca9bb996bd Accepting request 897004 from home:stroeder:iam
- Use autogen.sh to generate missing configure script
- Update to version 2.4.8.4

OBS-URL: https://build.opensuse.org/request/show/897004
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_auth_openidc?expand=0&rev=44
2021-06-07 15:34:25 +00:00
bcaed7c998 Accepting request 894145 from Apache:Modules
OBS-URL: https://build.opensuse.org/request/show/894145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_auth_openidc?expand=0&rev=18
2021-05-19 15:49:14 +00:00