mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-03 21:40:50 +00:00
fix: handle api configs in authz handler (#1755)
This commit is contained in:
parent
ee98e3a503
commit
d0a5ad94d2
@ -72,6 +72,8 @@ func (a *Application) Reduce(event *models.Event) (err error) {
|
||||
case es_model.ApplicationChanged,
|
||||
es_model.OIDCConfigAdded,
|
||||
es_model.OIDCConfigChanged,
|
||||
es_model.APIConfigAdded,
|
||||
es_model.APIConfigChanged,
|
||||
es_model.ApplicationDeactivated,
|
||||
es_model.ApplicationReactivated:
|
||||
err := app.SetData(event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user