The secret that is set using the SetSecret method of the Lcobucci Provider is not used when encoding/decoding.
This is due to the secret only being applied when the config is generated when the provider is first being constructed.
To fix the issue, the config needs to be regenerated after the new Secret has been set.
Description
The secret that is set using the SetSecret method of the Lcobucci Provider is not used when encoding/decoding. This is due to the secret only being applied when the config is generated when the provider is first being constructed.
To fix the issue, the config needs to be regenerated after the new Secret has been set.
Fixes #2258 #2234 #2215