You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Python version (
python3 -V)3.9
NVFlare version (
python3 -m pip list | grep "nvflare")2.5.2
NVFlare branch (if running examples, please use the branch that corresponds to the NVFlare version,
git branch)2.5.2
Operating system
Ubuntu 20.04
Have you successfully run any of the following examples?
Please describe your question
I`m using the 3rd-party system integration of nvflare (https://nvflare.readthedocs.io/en/main/programming_guide/execution_api_type/3rd_party_integration.html). When updating the nvflare version from 2.5.1 to 2.5.2 the 3rd party systems cannot authenticate themselfes anymore:
I think it has something to do with the message authentication which was included in version 2.5.2.
As minimal working example the code from https://nvflare.readthedocs.io/en/main/programming_guide/execution_api_type/3rd_party_integration.html can be used.
Beta Was this translation helpful? Give feedback.
All reactions