Skip to content

Commit

Permalink
Bugfix for JWKS CacheKey toString
Browse files Browse the repository at this point in the history
  • Loading branch information
finkmanAtSap committed Sep 12, 2023
1 parent d4121e8 commit ed7c8b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public String toString() {
keyUri.toString().length(), keyUri,
appTid.length(), appTid,
clientId.length(), clientId,
azp.length(), appTid);
azp.length(), azp);
}
}
}

0 comments on commit ed7c8b4

Please sign in to comment.