protocol do

This commit is contained in:
24c02 2025-12-09 15:56:09 -05:00
parent b2da133bbf
commit d44b3106bd

View file

@ -13,6 +13,10 @@ Doorkeeper::OpenidConnect.configure do
signing_key ENV["OIDC_SIGNING_KEY"]
protocol do
Rails.env.development? ? :http : :https
end
signing_algorithm :rs256
subject_types_supported [ :public ]