After installed VIP AuthHub 3.2.1+1121, login admin console.
Under settings-> Service configuration, try to save anything, produces error: "unknown error".
Nothing was saved.
This problem was not observed in earlier releases.
VIP AuthHub 3.2.1+1121
Browser trace shows that parameter "idStoreToBeUsed" is passed as null.
[{"name":"inlineEnrollmentFactorsRequired","value":"xxxxxxxx:1"},{"name":"trackLastLogin","value":"true"},{"name":"idStoreToBeUsed","value":null},{"name":"riskProviderPrePrimaryAuth","value":"iarisk"},{"name":"errorUrl","value":"protocol"}]
Out of box, Parameter "idStoreToBeUsed" is passed as null value, should had a default value.
1. While in admin console, make sure Default Identity Store Assignment has an assigned store under settings-> Service configuration.
2. Use rest API, call https://{{sspHost}}/{{apiPathTenant}}/admin/v1/Configs as Tenant admin.
The "name": "idStoreToBeUsed" should return a legit value like "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx"
Once, the Default Identity Store is assigned a value, the problem goes away.