log mod_http_oauth2/mod_http_oauth2.lua @ 5815:77c5709bd57a

age author description
14 months ago Kim Alvefur mod_http_oauth2: Reduce log level for error delivery via redirect
14 months ago Kim Alvefur mod_http_oauth2: Tweak fallback error text
14 months ago Kim Alvefur mod_http_oauth2: Improve registration schema documentation parts
15 months ago Kim Alvefur mod_http_oauth2: Do not enforce PKCE on Device and OOB flows
15 months ago Kim Alvefur mod_http_oauth2: Add logger to "session" for auth event
15 months ago Kim Alvefur mod_http_oauth2: Move some code earlier
15 months ago Kim Alvefur mod_http_oauth2: Reject unparsable URLs
15 months ago Kim Alvefur mod_http_oauth2: Return validation output added in trunk rev 72d7830505f0
15 months ago Kim Alvefur mod_http_oauth2: Handle login_hint without @hostpart
15 months ago Kim Alvefur mod_http_oauth2: Fire authentication events on login form
15 months ago Kim Alvefur mod_http_oauth2: Comment on authorization code storage
16 months ago Kim Alvefur mod_http_oauth2: Make defaults more secure
16 months ago Kim Alvefur mod_http_oauth2: Skip consent screen if requested by client and same scopes already granted
16 months ago Kim Alvefur mod_http_oauth2: Limit revocation to clients own tokens in strict mode
16 months ago Kim Alvefur mod_http_oauth2: Restrict introspection to clients own tokens
21 months ago Kim Alvefur mod_http_oauth2: Implement introspection endpoint
17 months ago Kim Alvefur mod_http_oauth2: Include 'amr' claim in ID Token
18 months ago Kim Alvefur mod_http_oauth2: Apply refresh token ttl to refresh token instead of grant
18 months ago Kim Alvefur mod_http_oauth2: Allow 'login_hint' as a substitute for OIDC 'select_account' prompt
18 months ago Kim Alvefur mod_http_oauth2: Remove broken in-CSS templating
19 months ago Kim Alvefur mod_http_oauth2: Allow omitting application type for native apps
19 months ago Kim Alvefur mod_http_oauth2: Make storage of various code more consistent
19 months ago Kim Alvefur mod_http_oauth2: Bail on invalid or expired device flow state token
19 months ago Kim Alvefur mod_http_oauth2: Optionally enforce authentication on revocation endpoint
19 months ago Kim Alvefur mod_http_oauth2: Don't use new time period API just yet
19 months ago Kim Alvefur mod_http_oauth2: Clean cache less frequently
19 months ago Kim Alvefur mod_http_oauth2: Shorten default token validity periods
19 months ago Kim Alvefur mod_http_oauth2: Implement refresh token rotation
20 months ago Kim Alvefur mod_http_oauth2: Allow a shorter form of the device grant in config
20 months ago Kim Alvefur mod_http_oauth2: Show errors on device flow user code entry page
20 months ago Kim Alvefur mod_http_oauth2: Namespace the various codes to minimize confusion
20 months ago Kim Alvefur mod_http_oauth2: Improve a description in schema
20 months ago Kim Alvefur mod_http_oauth2: Add titles and descriptions to registration schema
20 months ago Kim Alvefur mod_http_oauth2: Implement RFC 8628 Device Authorization Grant
20 months ago Kim Alvefur mod_http_oauth2: Only add nonce when issuing a client_secret
21 months ago Kim Alvefur mod_http_oauth2: Strip JWKS metadata since we do not understand that
21 months ago Kim Alvefur mod_http_oauth2: Strip unknown client metadata
21 months ago Kim Alvefur mod_http_oauth2: Make allowed locales configurable
21 months ago Kim Alvefur mod_http_oauth2: Improve error messages for URI properties
21 months ago Kim Alvefur mod_http_oauth2: Make note about handling repeated
21 months ago Kim Alvefur mod_http_oauth2: Add TODO about disabling password grant
21 months ago Kim Alvefur mod_http_oauth2: Disable CORS for authorization endpoint
21 months ago Kim Alvefur mod_http_oauth2: Make CSP configurable
21 months ago Kim Alvefur mod_http_oauth2: Remove underscore prefix
21 months ago Kim Alvefur mod_http_oauth2: Simplify template using if-falsy operator
21 months ago Kim Alvefur mod_http_oauth2: Return Authentication Time per OpenID Core Section 2
21 months ago Kim Alvefur mod_http_oauth2: Validate the OpenID 'prompt' parameter
21 months ago Kim Alvefur mod_http_oauth2: Revert strict form check to allow consent of multiple scopes
21 months ago Kim Alvefur mod_http_oauth2: Reject duplicate form-urlencoded parameters
21 months ago Kim Alvefur mod_http_oauth2: Bind refresh tokens to client
21 months ago Kim Alvefur mod_http_oauth2: Record hash of client_id to allow future verification
21 months ago Kim Alvefur mod_http_oauth2: Add client verification wrapper function
21 months ago Kim Alvefur mod_http_oauth2: Add Cache-Control and Pragma headers per by RFC 6749
21 months ago Kim Alvefur mod_http_oauth2: Add provisions for dynamically adding simple scopes
21 months ago Kim Alvefur mod_http_oauth2: Sort imports
21 months ago Kim Alvefur mod_http_oauth2: Create proper template for OOB code delivery
22 months ago Kim Alvefur mod_http_oauth2: Allow CORS for browser clients
22 months ago Kim Alvefur mod_http_oauth2: Disable Referrer via header
22 months ago Kim Alvefur mod_http_oauth2: Always render errors as HTML for OOB redirect URI
22 months ago Kim Alvefur mod_http_oauth2: Use validated redirect URI when returning errors to client
22 months ago Kim Alvefur mod_http_oauth2: Return OAuth error for authz code store error
22 months ago Kim Alvefur mod_http_oauth2: Validate redirect_uri before using it for error redirects
22 months ago Kim Alvefur mod_http_oauth2: Don't return redirects or HTML from token endpoint
22 months ago Kim Alvefur mod_http_oauth2: Tweak formatting of log message
22 months ago Kim Alvefur mod_http_oauth2: Always show early errors to user
22 months ago Kim Alvefur mod_http_oauth2: Clarify some error messages
22 months ago Kim Alvefur mod_http_oauth2: Use error status code when rendering error page
22 months ago Kim Alvefur mod_http_oauth2: Add human-readable error messages
22 months ago Kim Alvefur mod_http_oauth2: Fix returning errors from response handlers
22 months ago Kim Alvefur mod_http_oauth2: Add a special "xmpp" scope that grants the users' default role
22 months ago Kim Alvefur mod_http_oauth2: Add support for the OpenID 'login_hint' parameter
22 months ago Kim Alvefur mod_http_oauth2: Note about partial OpenID Discovery implementation
22 months ago Kim Alvefur mod_http_oauth2: Proper OAuth error for invalid redirect URI in implicit flow too
22 months ago Kim Alvefur mod_http_oauth2: Return proper OAuth error for invalid redirect URI
22 months ago Kim Alvefur mod_http_oauth2: Fix use of arbitrary ports in loopback redirect URIs
22 months ago Kim Alvefur mod_http_oauth2: Add FIXME about loopback redirect URIs
22 months ago Kim Alvefur mod_http_oauth2: Rename variables to improve clarity
22 months ago Kim Alvefur mod_http_oauth2: Do minimal validation of private-use URI schemes
22 months ago Kim Alvefur mod_http_oauth2: Reject relative redirect URIs
22 months ago Kim Alvefur mod_http_oauth2: Reject duplicate list items in client registration
22 months ago Kim Alvefur mod_http_oauth2: Require non-empty arrays in client registration
22 months ago Kim Alvefur mod_http_oauth2: Reject duplicate redirect URIs in registration
22 months ago Kim Alvefur mod_http_oauth2: Fix schema to enforce at least one redirect URI
22 months ago Kim Alvefur mod_http_oauth2: Show only roles the user can use in consent dialog
22 months ago Kim Alvefur mod_http_oauth2: Reference grant by id instead of value
22 months ago Kim Alvefur mod_http_oauth2: Scope FIXMEs
22 months ago Kim Alvefur mod_http_oauth2: Describe type signatures of scope handling functions
22 months ago Kim Alvefur mod_http_oauth2: Allow requesting a subset of scopes on token refresh
22 months ago Kim Alvefur mod_http_oauth2: Enforce client scope restrictions in authorization
22 months ago Kim Alvefur mod_http_oauth2: Fix inclusion of role in refreshed access tokens
22 months ago Kim Alvefur mod_http_oauth2: Fix unintentional persistence
22 months ago Kim Alvefur mod_http_oauth2: Strip unknown scopes from consent page
22 months ago Kim Alvefur mod_http_oauth2: Simplify code with the power of first class functions
22 months ago Kim Alvefur mod_http_oauth2: More functional functions
22 months ago Kim Alvefur mod_http_oauth2: Add function for filtering roles
22 months ago Kim Alvefur mod_http_oauth2: Support granting zero role-scopes
22 months ago Kim Alvefur mod_http_oauth2: Revert role selector, going to try something else
22 months ago Kim Alvefur mod_http_oauth2: Include all granted roles in scopes
22 months ago Kim Alvefur mod_http_oauth2: Bail out of implicit flow on invalid or missing redirect
22 months ago Kim Alvefur mod_http_oauth2: Fix error if no scopes requested
22 months ago Kim Alvefur mod_http_oauth2: Add role selector to consent page
22 months ago Kim Alvefur mod_http_oauth2: Refactor scope handling into smaller functions
22 months ago Kim Alvefur mod_http_oauth2: Add option for specifying TTL of registered clients
22 months ago Kim Alvefur mod_http_oauth2: Add service documentation URL to metadata
22 months ago Kim Alvefur mod_http_oauth2: Allow configuring links to policy and terms in metadata
22 months ago Kim Alvefur mod_http_oauth2: Don't issue client_secret when not using authentication
22 months ago Kim Alvefur mod_http_oauth2: Validate consistency of response and grant types
22 months ago Kim Alvefur mod_http_oauth2: Enforce response type encoded in client_id
22 months ago Kim Alvefur mod_http_oauth2: Strip unknown extra fields from client registration
22 months ago Kim Alvefur mod_http_oauth2: Simplify validation of various URIs
22 months ago Kim Alvefur mod_http_oauth2: More appropriate error conditions in client validation
22 months ago Kim Alvefur mod_http_oauth2: Reject loopback URIs as client_uri
22 months ago Kim Alvefur mod_http_oauth2: Reduce line count of metadata construction
22 months ago Kim Alvefur mod_http_oauth2: Advertise response modes
22 months ago Kim Alvefur mod_http_oauth2: Advertise supported grant types
22 months ago Kim Alvefur mod_http_oauth2: Advertise revocation endpoint in metadata
22 months ago Kim Alvefur mod_http_oauth2: Return status 405 for GET to endpoints without GET handler
22 months ago Kim Alvefur mod_http_oauth2: Allow loopback IP literals in redirect URIs
22 months ago Kim Alvefur mod_http_oauth2: Add way to retrieve registration schema
22 months ago Kim Alvefur mod_http_oauth2: Fix missing base64 part of base64url (Thanks KeyCloak)
22 months ago Kim Alvefur mod_http_oauth2: Fix accidental uppercase in invocation of hash function
22 months ago Kim Alvefur mod_http_oauth2: Advertise the currently supported id_token signing algorithm
22 months ago Kim Alvefur mod_http_oauth2: Specify that 'contacts' items are emails in client registration
22 months ago Kim Alvefur Back out 6f13200c9fc1: Confused request URI with redirect URI
22 months ago Kim Alvefur mod_http_oauth2: Advertise required registration of redirect URIs
22 months ago Kim Alvefur mod_http_oauth2: Advertise supported token endpoint auth methods
22 months ago Kim Alvefur mod_http_oauth2: Allow configuring PKCE challenge methods
22 months ago Kim Alvefur mod_http_oauth2: Implement RFC 7628 Proof Key for Code Exchange
22 months ago Kim Alvefur mod_http_oauth2: Reorder routes into order they happen in OAuth 2.0
22 months ago Kim Alvefur mod_http_oauth2: Record OAuth software id and version attached to tokens
22 months ago Kim Alvefur mod_http_oauth2: Fix misplaced 'default' on wrong side of } in client registration schema
22 months ago Kim Alvefur mod_http_oauth2: Fix to include "openid" scope in discovery metadata
22 months ago Kim Alvefur mod_http_oauth2: Validate redirect URI depending on application type
22 months ago Kim Alvefur mod_http_oauth2: Fill in some client metadata defaults
22 months ago Kim Alvefur mod_http_oauth2: Allow only l10n variants of name in client metadata
22 months ago Kim Alvefur mod_http_oauth2: Normalize whitespace in client metadata schema
23 months ago Kim Alvefur mod_http_oauth2: Use new Lua pattern schema properties
23 months ago Kim Alvefur mod_http_oauth2: Include additional OpenID scopes in metadata
23 months ago Kim Alvefur mod_http_oauth2: Validate (unused at this point) localized URIs
23 months ago Kim Alvefur mod_http_oauth2: Declare https as required of URIs in schema
23 months ago Kim Alvefur mod_http_oauth2: Enforce https requirement on TOS URI
23 months ago Kim Alvefur mod_http_oauth2: Use new mod_cron API for periodic cleanup
23 months ago Kim Alvefur mod_http_oauth2: Fix error due to reference loop when using refresh token
23 months ago Kim Alvefur mod_http_oauth2: Fix table index error when using refresh token
23 months ago Kim Alvefur mod_http_oauth2: Support OpenID UserInfo claims
23 months ago Kim Alvefur mod_http_oauth2: Add some debug logging for UserInfo endpoint
23 months ago Kim Alvefur mod_http_oauth2: Correct error code when missing credentials for userinfo
23 months ago Matthew Wild mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b86
23 months ago Matthew Wild mod_http_oauth2: Add support for refresh tokens
23 months ago Kim Alvefur mod_http_oauth2: Declare additional client registration fields as strings
23 months ago Kim Alvefur mod_http_oauth2: Stricten check of urlencoded form data
23 months ago Kim Alvefur mod_http_oauth2: Pedantic optimization
24 months ago Kim Alvefur mod_http_oauth2: Fix traceback on missing 'scope' parameter
24 months ago Kim Alvefur mod_http_oauth2: Allow user to decide which requested scopes to grant
24 months ago Kim Alvefur mod_http_oauth2: Remove another reference to obsolete function
24 months ago Kim Alvefur mod_http_oauth2: Relax payload content type checking in revocation
24 months ago Kim Alvefur mod_http_oauth2: Remove now unused code
24 months ago Kim Alvefur mod_http_oauth2: Allow revoking a token without OAuth client credentials
24 months ago Kim Alvefur mod_http_oauth2: Correctly verify OAuth client credentials on revocation
24 months ago Kim Alvefur mod_http_oauth2: Group metadata section into OAuth and OpenID
24 months ago Kim Alvefur mod_http_oauth2: Rename oauth client credential related functions
24 months ago Kim Alvefur mod_http_oauth2: Refactor to allow reuse of OAuth client creation
24 months ago Kim Alvefur mod_http_oauth2: Fix userinfo status code off-by-one
24 months ago Kim Alvefur mod_http_oauth2: Implement and return ID Token in authorization code flow
24 months ago Kim Alvefur mod_http_oauth2: Reject non-local hosts in more code paths
24 months ago Kim Alvefur mod_http_oauth2: Add support for the "openid" scope
24 months ago Kim Alvefur mod_http_oauth2: Prepare to handle multiple e.g. non-role scopes
24 months ago Kim Alvefur mod_http_oauth2: Fix attempt to index a boolean value
24 months ago Kim Alvefur mod_http_oauth2: Record details of OAuth client a token is issued to
2023-03-12 Kim Alvefur mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirect
2023-03-12 Kim Alvefur mod_http_oauth2: Validate all URIs against client_uri in client registration
2023-03-12 Kim Alvefur mod_http_oauth2: Organize HTTP routes with comments
2023-03-11 Kim Alvefur mod_http_oauth2: Fix validation of informative URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Use more compact IDs
2023-03-11 Kim Alvefur mod_http_oauth2: Validate that informative URLs match the redirect URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Reject insecure redirect URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Validate that redirect URIs are absolute
2023-03-11 Kim Alvefur mod_http_oauth2: Validate basic URI syntax of redirect URIs
2023-03-11 Kim Alvefur mod_http_oauth2: Require URL to client informational page in registration
2023-03-11 Kim Alvefur mod_http_oauth2: Reorder client metadata validation schema
2023-03-10 Kim Alvefur mod_http_oauth2: Fix to disable disabled response handlers correctly
2023-03-10 Kim Alvefur mod_http_oauth2: Log flows enabled and disabled
2023-03-10 Kim Alvefur mod_http_oauth2: Fix appending of query parts in error redirects
2023-03-09 Kim Alvefur mod_http_oauth2: Implement the OpenID userinfo endpoint
2023-03-07 Matthew Wild mod_http_oauth2: token endpoint: handle missing credentials
2023-03-07 Matthew Wild mod_http_oauth2: Fail early when no authorization header present
2023-03-07 Matthew Wild mod_http_oauth2: Support HTTP Basic auth on token endpoint
2023-03-07 Matthew Wild mod_http_oauth2: Separate extracting credentials from requests and verifying
2023-03-07 Matthew Wild mod_http_oauth2: Reflect ALL attributes of the client registration
2023-03-07 Matthew Wild mod_http_oauth2: Improve handling of redirect_uri matching and fallback
2023-03-07 Kim Alvefur mod_http_oauth2: Correct field name for HTTP response status code
2023-03-07 Matthew Wild mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)
2023-03-06 Kim Alvefur mod_http_oauth2: Remove authorization codes after use
2023-03-06 Kim Alvefur mod_http_oauth2: Fix authorization code logic
2023-03-06 Matthew Wild mod_http_oauth2: Switch to '303 See Other' redirects
2023-03-06 Matthew Wild mod_http_oauth2: Allow non-HTTPS on localhost URLs
2023-03-06 Matthew Wild mod_http_oauth2: Add authentication, consent and error pages
2023-03-06 Matthew Wild mod_http_oauth: Factor out issuer URL calculation to a helper function
2023-03-05 Kim Alvefur mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)
2023-03-04 Kim Alvefur mod_http_oauth2: Specify host for which to retrieve list of roles
2023-03-04 Kim Alvefur mod_http_oauth2: Return list of active roles in discovery
2023-03-04 Kim Alvefur mod_http_oauth2: Return actually enabled response types in discovery
2023-03-04 Kim Alvefur mod_http_oauth2: Calculate client secret expiry in registration response
2023-03-04 Matthew Wild mod_http_oauth2: Strip trailing '/' from issuer URL
2023-03-03 Kim Alvefur mod_http_oauth2: Advertise endpoints that are enabled
2023-03-03 Kim Alvefur mod_http_oauth2: Separate client_secret verification key from JWT key
2023-03-03 Kim Alvefur mod_http_oauth2: Fix response type config
2023-03-03 Kim Alvefur mod_http_oauth2: Remove error message
2023-03-03 Kim Alvefur mod_http_oauth2: Mention name of client when giving out OOB authorization code
2023-03-03 Kim Alvefur mod_http_oauth2: Comment on mutation by other module
2023-03-03 Kim Alvefur mod_http_oauth2: Implement stateless dynamic client registration
2023-03-03 Matthew Wild mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)
2023-03-03 Kim Alvefur mod_http_oauth2: Derive scope from correct user details
2023-03-03 Kim Alvefur mod_http_oauth2: Fix to actually return OOB response
2023-03-03 Matthew Wild mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)
2023-03-02 Kim Alvefur mod_http_oauth2: Implement OOB special redirect URI in code flow
2023-03-02 Kim Alvefur mod_http_oauth2: Add settings for allowed grant and response types
2023-03-02 Kim Alvefur mod_http_oauth2: Implement the Implicit flow
2023-03-02 Kim Alvefur mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow
2023-03-01 Kim Alvefur mod_http_oauth2: Issue tokens for the purpose of 'oauth2'
2023-03-01 Kim Alvefur mod_http_oauth2: Fix removal of consumed authorization codes
2022-08-18 Matthew Wild mod_http_oauth2: Update for new new role API
2022-07-13 Matthew Wild mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
2021-09-02 Kim Alvefur mod_http_oauth2: Gracefully handle cache write failure
2021-09-02 Kim Alvefur mod_http_oauth2: Optimize cleanup timer
2021-01-21 Matthew Wild mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
2021-01-16 Matthew Wild mod_http_oauth2: Rudimentary support for scopes (but not really)
2020-11-28 Kim Alvefur mod_http_oauth2: Fix passing OAuth-specific error details
2020-11-22 Kim Alvefur mod_http_oauth2: Periodically trim unused authorization codes
2020-11-22 Kim Alvefur mod_http_oauth2: Keep authorization codes in memory instead of storage
2020-11-22 Kim Alvefur mod_http_oauth2: Reduce authorization code validity time to 2 minutes
2020-11-22 Kim Alvefur mod_http_oauth2: Factor out authorization code validity decision
2020-11-22 Kim Alvefur mod_http_oauth2: Add TODO
2020-11-22 Kim Alvefur mod_http_oauth2: Improve storage of client secret
2020-11-21 Kim Alvefur mod_http_oauth2: Rescope oauth client config into users' storage
2020-11-21 Kim Alvefur mod_http_oauth2: Remove unnecessary redirect uri check
2020-11-21 Kim Alvefur mod_http_oauth2: Unpack event object to improve readability
2020-11-21 Kim Alvefur mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3
2020-11-21 Kim Alvefur mod_http_oauth2: Authorization code flow
2020-11-09 Kim Alvefur mod_http_oauth2: Fix typo not caught by luacheck
2020-10-23 Kim Alvefur mod_http_oauth2: Accept empty scope
2020-03-08 Kim Alvefur mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
2020-02-27 Kim Alvefur mod_http_oauth2: Use component_secret setting as password on Components
2020-02-27 Kim Alvefur mod_http_oauth2: Allow creation of full JID tokens
2020-02-27 Kim Alvefur mod_http_oauth2: Refactor re-joining of JID out of token constructor
2020-02-26 Matthew Wild mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
2020-02-26 Matthew Wild mod_http_oauth2: Implement real tokens using mod_authtokens
2020-02-23 Matthew Wild mod_http_oauth2: OAuth2 API (work in progress for developers only)