Skip to content

Commit

Permalink
fixed jwks path used in spec (#526)
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
  • Loading branch information
vanessuniq authored Sep 18, 2024
1 parent d4a676c commit 369bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/auth_info_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AuthInfoConstants
REQUESTED_SCOPES = 'launch/patient openid fhirUser patient/*.*'.freeze
ENCRYPTION_ALGORITHM = 'ES384'.freeze
KID = '4b49a739d1eb115b3225f4cf9beb6d1b'.freeze
JWKS = File.read(File.join('lib', 'inferno', 'dsl', 'jwks.json')).freeze
JWKS = File.read(Inferno::JWKS.jwks_path).freeze
class << self
def token_info
{
Expand Down

0 comments on commit 369bc60

Please # to comment.