-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Hi Team,
WSO2 Identity Server uses the Asgardeo React SDK for authenticating the Console & My Account.
After WSO2 Identity Server migrations to latest versions of identity server (v7), if the private key size of tenanted keystore is less than 2048, we cannot login into the Identity Server Console application or any react sample application because is causing ID token validation failure from the SDK level.
[system.parameter]
allow_weak_rsa_signer_key=trueWhen troubleshooting further with sample react application, we are getting this error.
It seems the error object doesn't have information to print here 👇 .
⭐️ Workaround
In the console application, this issue can be skipped with the below configuration .
But since this disabled the signature validation, we need to check if there's any other option we can take.
[console]
idp_configs.validateIDToken = falseProduct : 7.0.0