-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Azure Active Directory do not refresh auth token #1672
Comments
@dac09 @thedavidprice Assign this issue to me. Thanks! |
Assigned to @jeliasson. |
Fixed and merged in cab9e5f. Closing issue. @AndrewLamYW /cc @dac09 |
@jeliasson Thanks for your effort. 🙏 I'm facing this error after upgrading to the canary version 0.23.1-canary.23 |
@andrew-hwahin There is a breaking change in canary. We've changed an import and component name. Full details will be in the release notes for the next release. But basically what you have to do the same changes as I've done here: Let me know if you need any help at all with that |
@Tobbe Thanks for the clarification.
|
A million thanks for the guidance and efforts 🙏 @Tobbe @jeliasson I'm able to upgrade to the canary version successfully and so far I'm using it with no problem, I will update here again if I encountered any.😁 |
@andrew-hwahin You are welcome. Be noted that #1703 was merged a few hours ago and this will most likely result in that new docs being published as part of Redwood 0.24.0 release. While this won't make any breaking changes, it clarifies how |
Authentication provider
azureActiveDirectory
does not refresh token after expiry, which is3600 seconds
. As of canary0.23.1-canary.10
the user is redirected to the authentication page, but it will need some more work on the provider to renew the token.Related Issues
#1636 [Tracking] Validate token refresh issue across providers
Related PR
#1675 Azure Active Directory refresh access token (✅ merged)
/cc @dac09
The text was updated successfully, but these errors were encountered: