-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
area-authIncludes: Authn, Authz, OAuth, OIDC, BearerIncludes: Authn, Authz, OAuth, OIDC, Bearer
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am trying to force the refresh of my access token without the user needing to authenticate again.
Describe the solution you'd like
I would like to programatically request that the application gets a fresh Auth token of an already authenticated user. This would emulate exactly what happens when the auth token expires and is refreshed.
Additional context
I have read #39775. However, if I redirect to authentication/login
it forces my user to authenciate again. I am using Auth0 as my IDP is that matters.
Metadata
Metadata
Assignees
Labels
area-authIncludes: Authn, Authz, OAuth, OIDC, BearerIncludes: Authn, Authz, OAuth, OIDC, Bearer