mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 22:05:07 +00:00
protocol do
This commit is contained in:
parent
b2da133bbf
commit
d44b3106bd
1 changed files with 4 additions and 0 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue