Skip to content

Commit

Permalink
Improve the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
klalafaryan committed Feb 11, 2020
1 parent a202c3d commit d55ff98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ private static TokenInfo post(URI tokenEndpointUri, SSLSocketFactory socketFacto
throw new IllegalStateException("Invalid response from authorization server: no expires_in");
}

// Some OAuth2 authorization servers don't provide scope in this level
// Some OAuth2 authorization servers don't provide scope in this level,
// therefore we don't need to make it mandatory
JsonNode scope = result.get("scope");

if (isJWT) {
Expand Down

0 comments on commit d55ff98

Please sign in to comment.