Skip to content

Commit

Permalink
feat(jans-config-api): user mgmt endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pujavs committed Apr 5, 2022
1 parent 8ac7fdf commit a093758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public User getUserByDn(String dn, String... returnAttributes) {
return persistenceEntryManager.find(dn, User.class, returnAttributes);
}

public Person getUserByInum(String inum, String... returnAttributes) {
public User getUserByInum(String inum, String... returnAttributes) {
if (StringHelper.isEmpty(inum)) {
return null;
}
Expand Down
4 changes: 2 additions & 2 deletions jans-config-api/profiles/local/test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ test.scopes=https://jans.io/oauth/config/acrs.readonly https://jans.io/oauth/con
# jans.server
token.endpoint=https://jans.server/jans-auth/restv1/token
token.grant.type=client_credentials
test.client.id=1800.579122e0-7c35-4a68-80ad-a3121a5abf1e
test.client.secret=ljVYGAQUzUol
test.client.id=1800.5cfac798-9a5d-4a92-8efe-4cecc4f0c196
test.client.secret=SSj633EttZdV
test.issuer=https://jans.server

0 comments on commit a093758

Please sign in to comment.