2024-04-29 00:17:15 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-12-19 21:42:34 +01:00
|
|
|
OpenIDConnect.http_config do |config|
|
|
|
|
config.response :jwt
|
2024-03-14 10:07:00 +01:00
|
|
|
|
|
|
|
if ENV['http_proxy'].present?
|
|
|
|
config.proxy = ENV['http_proxy']
|
|
|
|
end
|
2021-11-19 10:23:30 +01:00
|
|
|
end
|