Skip to content

Commit

Permalink
fix: jans-cli scope dn/id when creating client
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed May 9, 2022
1 parent a684484 commit f056abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cli/cli/config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'jca.get-user': ['inum', 'userId', 'mail','sn', 'givenName', 'jansStatus'],
'jca.get-attributes': ['inum', 'name', 'displayName', 'status', 'dataType', 'claimName'],
'jca.get-oauth-openid-clients': ['inum', 'displayName', 'clientName', 'applicationType'],
'jca.get-oauth-scopes': ['inum', 'displayName', 'scopeType']
'jca.get-oauth-scopes': ['dn', 'id', 'scopeType']
}

my_op_mode = 'scim' if 'scim' in os.path.basename(sys.argv[0]) else 'jca'
Expand Down

0 comments on commit f056abf

Please sign in to comment.