Skip to content

[Bug] Wrong constructor argument type in FXv0_1_ValidationService #112

@eschrewe

Description

@eschrewe

Describe the bug

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

Logs/Screenshots

No response

Possible implementation

See above. Will deliver a PR for this soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions