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

Keycloak automatic refresh access tokens #2314

Merged
merged 9 commits into from
Mar 22, 2024
Merged

Keycloak automatic refresh access tokens #2314

merged 9 commits into from
Mar 22, 2024

Conversation

sleidig
Copy link
Member

@sleidig sleidig commented Mar 21, 2024

closes: #2044 #2225

Copy link

Deployed to https://pr-2314.aam-digital.net/

@sleidig sleidig changed the base branch from master to fix-sync March 21, 2024 12:01
.then((updateSuccessful) => {
if (!updateSuccessful) {
throw new Error("Keycloak updateToken failed");
// TODO: should we notify the user to manually log in again when failing to refresh token?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do this, after a retry maybe?

Base automatically changed from fix-sync to master March 22, 2024 10:23
@sleidig sleidig merged commit dd62523 into master Mar 22, 2024
6 of 7 checks passed
@sleidig sleidig deleted the keycloak-refresh branch March 22, 2024 10:43
@aam-digital-ci
Copy link
Collaborator

🎉 This PR is included in version 3.34.0-master.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released on @master managed by CI (semantic-release) label Mar 22, 2024
@aam-digital-ci
Copy link
Collaborator

🎉 This PR is included in version 3.34.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released managed by CI (semantic-release) label Mar 22, 2024
@sleidig sleidig mentioned this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User roles sometimes not accessible because auth with backend expired
3 participants