You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most actions will have payload.type, but if you specify a targetService you may not be required to. However, the authorization uses payload.type to check what auth schema to use, and no type means no authorization.
Most actions will have
payload.type, but if you specify atargetServiceyou may not be required to. However, the authorization usespayload.typeto check what auth schema to use, and no type means no authorization.This should be addressed.