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

fix: renew JWT token to avoid its expiration - EXO-65633 #75

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

ahamdi
Copy link
Member

@ahamdi ahamdi commented Aug 3, 2023

Every one hour, the MS Office connector fails to connect to outlook agenda to retrieve events. This is because the token expires and is not renewed as expected due to a technical limitation on the MSAL.js as detailed in AzureAD/microsoft-authentication-library-for-js#4206 The current fix forces the renewal of the token on each usage of the MSAD.js

Every one hour, the MS Office connector fails to connect to outlook agenda to retrieve events. This is because the token expires and is not renewed as expected due to a technical limitation on the MSAL.js as detailed in AzureAD/microsoft-authentication-library-for-js#4206
The current fix forces the renewal of the token on each usage of the MSAD.js
@ahamdi ahamdi self-assigned this Aug 3, 2023
@ahamdi ahamdi enabled auto-merge (squash) August 3, 2023 17:28
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@exo-swf exo-swf added the partialCIBuild Perform Partial CI Build label Aug 3, 2023
@ahamdi ahamdi merged commit 2af449c into develop Aug 3, 2023
6 checks passed
@ahamdi ahamdi deleted the Merge/65633 branch August 3, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants