p2-inc / idp-wizard

Identity Provider setup wizards for Keycloak
https://phasetwo.io
Other
5 stars 1 forks source link

Feature Flags #85

Closed jeffpatzer closed 2 years ago

jeffpatzer commented 2 years ago

add in redux, redux-toolkit, fetch featureflags

@xgp I'm getting a 404 when trying to hit https://app.phasetwo.io/auth/realms/wizard/wizard/config.json. Is that endpiont active yet?

xgp commented 2 years ago

@jeffpatzer

{"apiMode":"onprem","enableGroupMapping":true,"enableLdap":true,"enableDashboard":true}

I changed the groupMapping key to enableGroupMapping. Prod release is going out now.

jeffpatzer commented 2 years ago

Still getting a CORS error 😢

image