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
The methods:
CanInsertApiResourceProperty of the ApiResourcesController
CanInsertApiScopeProperty of the ApiScopesController
CanInsertIdentityResourceProperty of the IdentityResourcesController
always return true value
Describe the bug
The methods:
CanInsertApiResourceProperty of the ApiResourcesController
CanInsertApiScopeProperty of the ApiScopesController
CanInsertIdentityResourceProperty of the IdentityResourcesController
always return true value
To Reproduce
Create new Api Resource
Validate the property with key
key
exists for resource, return true as expectedAdd the property with key
key
and valuevalue
to the resourceValidate the property with key
key
exists for resource, return true, but expected falseThe text was updated successfully, but these errors were encountered: