Uploaded image for project: 'OpenId Connect'
  1. OpenId Connect
  2. OIDC-250

The same token should not be renewed concurrently

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.19.2
    • 2.19.0
    • OAuth2
    • None
    • Unknown

    Description

      Currently there are no check to avoid that multiple thread proceed of the renew in the same time. If we have multiple request to the same OAuth token in the same time we can end with multiple renew currently and this could break the authentication in some cases.

      So we need to add a lock on the renew process to ensure that this is only done subsequently.

      Attachments

        Activity

          People

            josue Josué Tille
            josue Josué Tille
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: