VIP AuthHub 3.2.1 can not save under admin console Service configuration
search cancel

VIP AuthHub 3.2.1 can not save under admin console Service configuration

book

Article ID: 377494

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

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.

Environment

VIP AuthHub 3.2.1+1121

Cause

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.

Resolution

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.