Skip to content

Problem with ParticipantContextConfiguration not being restored after restart in 0.16.0 #994

@alaguna-hiberuscom

Description

@alaguna-hiberuscom

Hi team,

We are facing an issue with Identity Hub 0.16.0.

We developed a custom extension that initializes a participant during the first startup of Identity Hub. The extension creates the participant successfully and everything works correctly.

The problem appears after the server is restarted. Since the participant already exists, the extension skips the participant creation logic. However, after the restart, the ParticipantContextConfiguration is not loaded. As a consequence, when requesting an STS token, Identity Hub throws a 500 error because the ParticipantContextConfiguration is empty.

Current behavior

First startup:

Participant is created successfully
ParticipantContextConfiguration is initialized correctly
STS token generation works

After server reboot:

Participant already exists
Participant creation is skipped
ParticipantContextConfiguration is empty
STS token generation fails with 500

Image

Workaround

As a workaround, we are manually loading/populating the ParticipantContextConfiguration during startup.

However, we believe this is not the correct approach and that Identity Hub should restore the participant context configuration automatically after restart.

Image

Has anyone experienced the same issue?
Is this expected behavior in 0.16.0 or could it be a regression?

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageall new issues awaiting classification

    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