fix(jans-cli-tui): retreive all scopes rather than setting limit for clients scope list #4034
Labels
comp-jans-cli-tui
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
Describe the bug
When you try to add scope for client, it uses list of scopes retreived in
https://github.com/JanssenProject/jans/blob/jans-cli-tui-dev-11/jans-cli-tui/cli_tui/plugins/010_auth_server/main.py#L101-L108
Here, limit was set to 200 (max), if there are more than 200 scopes, they won't be retreived. Modify this part by looping so that it retreives 50 scopes each time untill all scopes retreived.
The text was updated successfully, but these errors were encountered: