Add a prose test for OIDC reauthentication when a session is involved

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Component/s: Authentication
    • None
    • Needed
    • Hide

      Summary of necessary driver changes

      •  Implement the new prose test.

      Commits for syncing spec/prose tests
      (and/or refer to an existing language POC if needed)

      Context for other referenced/linked tickets

      •  The Java driver required a fix for the introduced prose test to succeed.
      Show
      Summary of necessary driver changes  Implement the new prose test. Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed)   https://github.com/mongodb/specifications/commit/f4c0bbdbf8a8560580c947ca2c331794431a0c78 Context for other referenced/linked tickets  The Java driver required a fix for the introduced prose test to succeed.
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6022 Needs Triage
      CXX-3297 Needs Triage
      CSHARP-5601 Needs Triage
      GODRIVER-3572 Needs Triage
      JAVA-5888 Duplicate
      NODE-6959 Needs Triage
      MOTOR-1465 Duplicate
      PYTHON-5399 In Progress
      PHPLIB-1685 Needs Triage
      RUBY-3674 Needs Triage
      RUST-2226 Needs Triage
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6022 Needs Triage CXX-3297 Needs Triage CSHARP-5601 Needs Triage GODRIVER-3572 Needs Triage JAVA-5888 Duplicate NODE-6959 Needs Triage MOTOR-1465 Duplicate PYTHON-5399 In Progress PHPLIB-1685 Needs Triage RUBY-3674 Needs Triage RUST-2226 Needs Triage

      Summary

      The 4.1 Reauthentication Succeeds prose test does not cover executing a command in a session, and in the Java driver such a scenario wasn't working.

      Motivation

      Who is the affected end user?

      The driver maintainers.

      How does this affect the end user?

      They may miss a bug in the OIDC support implementation.

      How likely is it that this problem or use case will occur?

      N/A

      If the problem does occur, what are the consequences and how severe are they?

      N/A

      Is this issue urgent?

      No.

      Is this ticket required by a downstream team?

      No.

      Is this ticket only for tests?

      Yes.

      Acceptance Criteria

      We have a test similar to 4.1 Reauthentication Succeeds, but covering sessions.

            Assignee:
            Valentin Kavalenka
            Reporter:
            Valentin Kavalenka
            Steve Silvester Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: