Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As the Access Token expires , the API calls made via webex-js-sdk are failing with 401 error #4059

Open
Samreen26 opened this issue Jan 15, 2025 · 2 comments
Labels
bug Bug

Comments

@Samreen26
Copy link

Describe the bug
After the Access Token is expired on the client , then the API calls made via webex-js-sdk are failing with 401 error.
POST https://mobius.aintm-m-5.int.infra.webex.com/api/v1/calling/web/devices/aa4edf29-7e06-3afd-bc8a-71c4d85fe58e/status 401 (Unauthorized)
Desktop is the client here , which has integrated the webex-js-sdk with the config as below:

    `const webexConfig: any = {
      config: {
        logger: {
          level: "debug"
        },
        meetings: {
          reconnection: {
            enabled: true
          },
          enableRtx: true
        },
        presence: { initializeWorker: true },
        mercury: {
          beforeLogoutOptionsCloseReason: "done (permanent)"
        }
      },
      credentials: {
        access_token: <accessToken>,
        refresh_token: <refreshToken>
      }
    };`

To Reproduce
Steps to reproduce the behavior:

  1. Login to the desktop application with the Webrtc login
  2. Wait for the access token to get expired (for testing purpose set the token expiry time to a minimum value (eg, 16 mins))
  3. The Webrtc gets deregistered and a notification for that is seen on desktop.
  4. In the console , the API failure can be seen: https://mobius.aintm-m-5.int.infra.webex.com/api/v1/calling/web/devices/aa4edf29-7e06-3afd-bc8a-71c4d85fe58e/status 401 (Unauthorized)

Expected behavior
After the access token is expired, the webex-js-sdk should refresh the token

Screenshots
webexService_credentials

failure_logs

Platform (please complete the following information):

  • OS: [e.g. iOS]
  • Browser : chrome
  • Version [e.g. 22]
  • Device Type: Desktop

Additional context
The Desktop is fetching the accessToken as below
access_token_1

access_token_2
@Samreen26 Samreen26 added the bug Bug label Jan 15, 2025
@Samreen26 Samreen26 changed the title After Access Token expires on the client , the API calls made via webex-js-sdk are failing with 401 error As the Access Token expires on the client , the API calls made via webex-js-sdk are failing with 401 error Jan 15, 2025
@Samreen26 Samreen26 changed the title As the Access Token expires on the client , the API calls made via webex-js-sdk are failing with 401 error As the Access Token expires , the API calls made via webex-js-sdk are failing with 401 error Jan 15, 2025
@jbenyovs
Copy link

@Samreen26 we would need a few more details for this issue to start the investigation. Since you have already shared a valid refresh token here, which is not recommended to do on a public forum, I would suggest opening a Developer Support ticket to send us further details https://developer.webex.com/support .

What we would need in the ticket is:

Thank you

@Samreen26
Copy link
Author

Thanks @jbenyovs , I have created this ticket https://devsupport.webex.com/hc/en-us/requests/130945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

No branches or pull requests

2 participants