fix (jans-config-api) : the associated-clients is missing in scope api response #2517
Labels
comp-jans-config-api
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Steps to reproduce
Execute
GET
/api/v1/scopes
api with query parameterwithAssociatedClients
set totrue
.eg:
http://<op_host>/jans-config-api/api/v1/scopes?withAssociatedClients=true
In response, the scopes are missing the
clients
field even if the scopes have associated-clients.Expected Result
In response, the scopes should have the
clients
field.The text was updated successfully, but these errors were encountered: