Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Boards
    Boards
  • Wiki
    Wiki

Content

Expand project menu

Updated by Pavel Balashou 7 months ago

**As** an administrator
**I want to** have expiration times of access tokens stored and honored,
**so that** OpenProject does not cause HTTP 401 responses that could've been avoided and cause noise in monitoring and similar services.

**Acceptance criteria**

* When obtaining an `OpenIDConnect::UserToken`, store the expiration date as provided by the OAuth 2.0 token endpoint

* The `UserTokens::FetchService` should take that expiration date into account to judge whether a token is expired

* If the token endpoint does not indicate an expiration time, we assume that the token does not expire

* <br>

Back

Loading...