Skip to content

Commit

Permalink
Include arp in global audience validator (should be temporary!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
raudabaugh committed Apr 24, 2024
1 parent cf091b5 commit 0ee65dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module AuthenticationAndSSOConcerns # rubocop:disable Metrics/ModuleLength
included do
before_action :authenticate, :set_session_expiration_header

validates_access_token_audience [Settings.sign_in.vaweb_client_id, ('vamock' if MockedAuthentication.mockable_env?)]
validates_access_token_audience [Settings.sign_in.vaweb_client_id, ('vamock' if MockedAuthentication.mockable_env?), Settings.sign_in.arp_client_id]
end

protected
Expand Down

0 comments on commit 0ee65dc

Please sign in to comment.