Skip to content

Commit

Permalink
Merge pull request #4823 from dodona-edu/fix/ufora
Browse files Browse the repository at this point in the history
Fix Ufora LTI integration
  • Loading branch information
jorg-vr authored Jul 12, 2023
2 parents b6bdb86 + 1e215a1 commit e15bb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LTI/jwk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_jwks_uri(uri)
end

def get_jwks_content(uri)
HTTPClient.new.get_content(uri)
HTTParty.get(uri , :headers => { 'Accept' => 'application/json' } ).body
end

private
Expand Down

0 comments on commit e15bb41

Please sign in to comment.