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
The FXv_0_1ValidationService currently references a type FXv0_1_DimWalletTokenProviderService, see line 93. This fails, if via config the FXv0_1_IdentityHubTokenProviderService is chosen instead of FXv0_1_DimWalletTokenProviderService.
Correct would be FXv0_1_AbstractTokenProviderService because that's the common super type of both service variants.
To Reproduce
use org.factoryx.library.validationservice.stsapi=identityhub
in your config
Describe the bug
The FXv_0_1ValidationService currently references a type
FXv0_1_DimWalletTokenProviderService, see line 93. This fails, if via config theFXv0_1_IdentityHubTokenProviderServiceis chosen instead ofFXv0_1_DimWalletTokenProviderService.Correct would be
FXv0_1_AbstractTokenProviderServicebecause that's the common super type of both service variants.To Reproduce
use
org.factoryx.library.validationservice.stsapi=identityhubin your config
Logs/Screenshots
No response
Possible implementation
See above. Will deliver a PR for this soon.