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
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.
Has anyone experienced the same issue?
Is this expected behavior in 0.16.0 or could it be a regression?
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:
After server reboot:
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.
Has anyone experienced the same issue?
Is this expected behavior in 0.16.0 or could it be a regression?