Skip to content

oidc-client-ts making a lot of calls to userinfo and token endpoints on silent refresh #1902

@andrewconnors

Description

@andrewconnors

I have a sinle page react application in which I've added some custom events to the user manager to be called on token expiring and token expired. I added some debug logs into the function to make sure the token expiring call is only getting called once and it is. However, in the network tab, I see that oidc-client-ts is making nearly 100 requests to the userinfo and token endpoints on my OIDC provider.

Does anyone know why this might be happening? I made sure I'm only instantiating one userManager for the project.

Thanks in advance for the help!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions