Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Update to conform latest oxauth-model
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jan 21, 2020
1 parent e07f0b6 commit 68bf540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gluu/scim2/client/UmaScimClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private TokenRequest getAuthorizationTokenRequest(UmaMetadata umaMetadata) {
String keyId = umaAatClientKeyId;
if (StringHelper.isEmpty(keyId)) {
// Get first key
List<String> aliases = cryptoProvider.getKeyAliases();
List<String> aliases = cryptoProvider.getKeys();
if (aliases.size() > 0) {
keyId = aliases.get(0);
}
Expand Down

0 comments on commit 68bf540

Please sign in to comment.