Skip to content

Commit

Permalink
FE: Refresh access token every 3 minutes (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-aot authored Dec 24, 2024
1 parent 51727fa commit b92b483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const client_id =
*/
const oidcConfig: AuthProviderProps = {
authority: authority,
accessTokenExpiringNotificationTimeInSeconds: 120,
client_id: client_id,
redirect_uri: window.location.origin + "/",
scope: "openid",
Expand Down

0 comments on commit b92b483

Please sign in to comment.