Log

mod_http_oauth2/mod_http_oauth2.lua @ 5941:5c4e102e2563 default tip

description author age
mod_http_oauth2: Reflect changes to defaults etc Kim Alvefur Tue, 05 Mar 2024 00:32:00 +0100
mod_http_oauth2: Reuse JWT issuance time as substitute for auth time Kim Alvefur Wed, 24 Jan 2024 17:55:26 +0100
mod_http_oauth2: Reduce log level for error delivery via redirect Kim Alvefur Sat, 23 Dec 2023 00:06:35 +0100
mod_http_oauth2: Tweak fallback error text Kim Alvefur Sat, 23 Dec 2023 00:01:30 +0100
mod_http_oauth2: Improve registration schema documentation parts Kim Alvefur Thu, 21 Dec 2023 18:26:42 +0100
mod_http_oauth2: Do not enforce PKCE on Device and OOB flows Kim Alvefur Fri, 15 Dec 2023 12:10:07 +0100
mod_http_oauth2: Add logger to "session" for auth event Kim Alvefur Mon, 04 Dec 2023 21:36:35 +0100
mod_http_oauth2: Move some code earlier Kim Alvefur Mon, 04 Dec 2023 21:07:54 +0100
mod_http_oauth2: Reject unparsable URLs Kim Alvefur Sun, 03 Dec 2023 23:51:54 +0100
mod_http_oauth2: Return validation output added in trunk rev 72d7830505f0 Kim Alvefur Sun, 03 Dec 2023 23:44:18 +0100
mod_http_oauth2: Handle login_hint without @hostpart Kim Alvefur Sun, 03 Dec 2023 15:07:50 +0100
mod_http_oauth2: Fire authentication events on login form Kim Alvefur Fri, 01 Dec 2023 22:40:41 +0100
mod_http_oauth2: Comment on authorization code storage Kim Alvefur Fri, 01 Dec 2023 21:35:25 +0100
mod_http_oauth2: Make defaults more secure Kim Alvefur Tue, 14 Nov 2023 23:19:19 +0100
mod_http_oauth2: Skip consent screen if requested by client and same scopes already granted Kim Alvefur Tue, 14 Nov 2023 23:03:37 +0100
mod_http_oauth2: Limit revocation to clients own tokens in strict mode Kim Alvefur Sun, 29 Oct 2023 11:30:49 +0100
mod_http_oauth2: Restrict introspection to clients own tokens Kim Alvefur Sun, 29 Oct 2023 11:20:15 +0100
mod_http_oauth2: Implement introspection endpoint Kim Alvefur Thu, 25 May 2023 09:31:21 +0200
mod_http_oauth2: Include 'amr' claim in ID Token Kim Alvefur Thu, 28 Sep 2023 16:38:29 +0200
mod_http_oauth2: Apply refresh token ttl to refresh token instead of grant Kim Alvefur Mon, 11 Sep 2023 10:48:31 +0200
mod_http_oauth2: Allow 'login_hint' as a substitute for OIDC 'select_account' prompt Kim Alvefur Sat, 09 Sep 2023 21:42:24 +0200
mod_http_oauth2: Remove broken in-CSS templating Kim Alvefur Sun, 27 Aug 2023 09:49:35 +0200
mod_http_oauth2: Allow omitting application type for native apps Kim Alvefur Wed, 16 Aug 2023 23:56:40 +0200
mod_http_oauth2: Make storage of various code more consistent Kim Alvefur Sun, 06 Aug 2023 12:07:05 +0200
mod_http_oauth2: Bail on invalid or expired device flow state token Kim Alvefur Fri, 04 Aug 2023 01:11:01 +0200
mod_http_oauth2: Optionally enforce authentication on revocation endpoint Kim Alvefur Mon, 31 Jul 2023 02:07:58 +0200
mod_http_oauth2: Don't use new time period API just yet Kim Alvefur Tue, 25 Jul 2023 11:01:58 +0200
mod_http_oauth2: Clean cache less frequently Kim Alvefur Mon, 24 Jul 2023 01:26:41 +0200
mod_http_oauth2: Shorten default token validity periods Kim Alvefur Mon, 24 Jul 2023 01:30:14 +0200
mod_http_oauth2: Implement refresh token rotation Kim Alvefur Sun, 23 Jul 2023 02:56:08 +0200
mod_http_oauth2: Allow a shorter form of the device grant in config Kim Alvefur Fri, 21 Jul 2023 00:37:34 +0200
mod_http_oauth2: Show errors on device flow user code entry page Kim Alvefur Wed, 19 Jul 2023 13:05:47 +0200
mod_http_oauth2: Namespace the various codes to minimize confusion Kim Alvefur Wed, 19 Jul 2023 12:58:04 +0200
mod_http_oauth2: Improve a description in schema Kim Alvefur Sat, 15 Jul 2023 12:27:24 +0200
mod_http_oauth2: Add titles and descriptions to registration schema Kim Alvefur Fri, 14 Jul 2023 16:04:11 +0200
mod_http_oauth2: Implement RFC 8628 Device Authorization Grant Kim Alvefur Mon, 10 Jul 2023 07:16:54 +0200
mod_http_oauth2: Only add nonce when issuing a client_secret Kim Alvefur Mon, 26 Jun 2023 00:19:05 +0200
mod_http_oauth2: Strip JWKS metadata since we do not understand that Kim Alvefur Tue, 20 Jun 2023 01:13:51 +0200
mod_http_oauth2: Strip unknown client metadata Kim Alvefur Tue, 20 Jun 2023 01:11:34 +0200
mod_http_oauth2: Make allowed locales configurable Kim Alvefur Sat, 17 Jun 2023 19:03:32 +0200
mod_http_oauth2: Improve error messages for URI properties Kim Alvefur Sat, 17 Jun 2023 18:15:00 +0200
mod_http_oauth2: Make note about handling repeated Kim Alvefur Fri, 16 Jun 2023 00:10:46 +0200
mod_http_oauth2: Add TODO about disabling password grant Kim Alvefur Fri, 16 Jun 2023 00:06:53 +0200
mod_http_oauth2: Disable CORS for authorization endpoint Kim Alvefur Fri, 16 Jun 2023 00:05:57 +0200
mod_http_oauth2: Make CSP configurable Kim Alvefur Sun, 11 Jun 2023 14:06:28 +0200
mod_http_oauth2: Remove underscore prefix Kim Alvefur Sat, 10 Jun 2023 12:04:00 +0200
mod_http_oauth2: Simplify template using if-falsy operator Kim Alvefur Wed, 07 Jun 2023 12:54:52 +0200
mod_http_oauth2: Return Authentication Time per OpenID Core Section 2 Kim Alvefur Mon, 05 Jun 2023 22:32:44 +0200
mod_http_oauth2: Validate the OpenID 'prompt' parameter Kim Alvefur Mon, 05 Jun 2023 22:19:17 +0200
mod_http_oauth2: Revert strict form check to allow consent of multiple scopes Kim Alvefur Fri, 02 Jun 2023 11:20:08 +0200
mod_http_oauth2: Reject duplicate form-urlencoded parameters Kim Alvefur Fri, 02 Jun 2023 11:03:57 +0200
mod_http_oauth2: Bind refresh tokens to client Kim Alvefur Fri, 02 Jun 2023 10:40:48 +0200
mod_http_oauth2: Record hash of client_id to allow future verification Kim Alvefur Fri, 02 Jun 2023 10:14:16 +0200
mod_http_oauth2: Add client verification wrapper function Kim Alvefur Fri, 02 Jun 2023 10:12:46 +0200
mod_http_oauth2: Add Cache-Control and Pragma headers per by RFC 6749 Kim Alvefur Fri, 02 Jun 2023 08:59:59 +0200
mod_http_oauth2: Add provisions for dynamically adding simple scopes Kim Alvefur Thu, 01 Jun 2023 18:16:13 +0200
mod_http_oauth2: Sort imports Kim Alvefur Thu, 01 Jun 2023 16:37:03 +0200
mod_http_oauth2: Create proper template for OOB code delivery Kim Alvefur Wed, 31 May 2023 03:44:04 +0200
mod_http_oauth2: Allow CORS for browser clients Kim Alvefur Thu, 18 May 2023 14:51:48 +0200
mod_http_oauth2: Disable Referrer via header Kim Alvefur Thu, 18 May 2023 14:47:54 +0200