Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:(jans-config-api) (openbanking profile) getting error "Index 0 out of bounds for length" while fetching list of user #1878

Closed
manojs1978 opened this issue Jul 26, 2022 · 1 comment · Fixed by #2429
Assignees
Labels
comp-jans-config-api Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Milestone

Comments

@manojs1978
Copy link
Contributor

Describe the bug
getting error "Index 0 out of bounds for length" while getting list of user in user management.

To Reproduce
Steps to reproduce the behavior:
download installer wget https://raw.githubusercontent.com/JanssenProject/jans/main/jans-linux-setup/jans_setup/install.py
run install.py :
python3 install.py --profile=openbanking --args="-ob-key-fn=/opt/jans/jans-setup/openbanking/static/ob-gluu-test.key -static-kid=ob-gluu-test -jwks-uri=https://ox.gluu.org/icrby8xcvbcv/ob/ob-gluu-test.jwks --disable-ob-auth-script -ob-alias=ob-gluu-test"

access openbanking profile using jans-cli
select 4 for configuration then select 5 for user management
select 1 to get list of users
select default values for filters

Expected behavior
should able to get list of available users

Screenshots
image

Desktop (please complete the following information):

  • OS: ubuntu
  • Browser [e.g. chrome, safari]
  • Version 20.04

Smartphone (please complete the following information):

Additional context
Add any other context about the problem here.

@manojs1978 manojs1978 added the kind-bug Issue or PR is a bug in existing functionality label Jul 26, 2022
@mo-auto mo-auto added the comp-jans-config-api Component affected by issue or PR label Jul 26, 2022
@moabu moabu added this to the 1.0.2 milestone Aug 22, 2022
@moabu moabu modified the milestones: 1.0.2, 1.0.3 Aug 30, 2022
@devrimyatar
Copy link
Contributor

User operations hsould be hidden for openbanking profile. There won't be a user, openbanking will act as proxy

no-user-operations

yuriyz pushed a commit that referenced this issue Sep 26, 2022
…tat (#2459)

* fix: jans-config-api parfameter month is not mandatory for endpoint /stat

* fix: jans-cli hide user operations for openbanking (ref: #1878)

* Revert "fix: jans-cli hide user operations for openbanking (ref: #1878)"

This reverts commit d325406.
yuriyz pushed a commit that referenced this issue Sep 28, 2022
* fix: jans-cli client clientName

* fix: jans-cli config-api pagination

* fix: jans-cli seperation char (ref: #1350)

* fix: jans-cli identify if patch property is array

* fix: jans-cli sort optional fields (ref: #1349)

* fix: jans-cli add log_dir to ini file and arg (ref: #1655)

* fix: jans-cli _b for escaping prompt (ref: #1657)

* feat: jans-cli tabulate UMA Resources

* fix: jans-cli array values for patch (ref: #1753)

* fix: jans-cli display last item in tabulated data

* fix: jans-cli item numbers in tabulated data

* fix: jans-cli hide user operations for openbanking (ref: #1878)

* fix: jans-cli hide fido2 for openbanking (ref: #1911)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants