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

Preprocessor azure #1464

Merged
merged 3 commits into from Jan 12, 2023
Merged

Conversation

winklerj
Copy link
Contributor

@winklerj winklerj commented Nov 4, 2022

What has changed?
All of the changes are in the secret service

  • Added Azure preprocessor to capture the preferred_username property from the JWT token
  • Fixed a bug where the refresh token was being saved to refresh_token in the secret instead of refreshToken. Because of this the new refresh_token wasn't saved to the secret when refreshing the access_token.

Does a specific change require especially careful review?

I have reproduced the issues and tested them with this container https://hub.docker.com/layers/blendededge/secret-service/22.2.1/images/sha256-2c5b625df3b3a4266cf7c1d35b4a9e9fafec2b4d80da15ba22849d8a932eba3e?context=explore

What is still open or a known issue?
None

Release Notes

  • Added Azure preprocessor to capture the preferred_username property from the JWT token
  • Fixed a bug where the refresh token was being saved to refresh_token in the secret instead of refreshToken. Because of this the new refresh_token wasn't saved to the secret when refreshing the access_token.

Also fixed bug where preprocessors weren't working/found
From the failed test I realized you add the extra property to the authClient property
@weberjm weberjm merged commit 281ef4b into openintegrationhub:master Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants