Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-35478

console never force user log out when accessTokenInactivityTimeoutSeconds reached

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.16, 4.17
    • Management Console
    • None
    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      user will never be forced log out after accessTokenInactivityTimeoutSeconds reached

      Version-Release number of selected component (if applicable):

      4.16.0-0.nightly-2024-06-13-084629

      How reproducible:

      Always

      Steps to Reproduce:

      1. set accessTokenInactivityTimeoutSeconds as 600 seconds
      $ oc patch oauthclient console -p '{"accessTokenInactivityTimeoutSeconds":600}' --type merge
      oauthclient.oauth.openshift.io/console patched
      
      $ oc get oauthclient console -o yaml | grep -i timeout                     accessTokenInactivityTimeoutSeconds: 600
      
      $ oc get cm console-config -n openshift-console -o yaml | grep -i timeout
            inactivityTimeoutSeconds: 600
      2. login to OCP console , no activity
      

      Actual results:

      2. user is not forced logged out

      Expected results:

      2. user should be logged out

      Additional info:

       

              jhadvig@redhat.com Jakub Hadvig
              rhn-support-yapei YaDan Pei
              YaDan Pei YaDan Pei
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: