Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
klalafaryan committed Feb 11, 2020
1 parent 4f5da76 commit a202c3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ 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
JsonNode scope = result.get("scope");

if (isJWT) {
Expand Down

0 comments on commit a202c3d

Please sign in to comment.