OIDC app creation with encrypted secrets and application roles
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddClientSecretHashToApplications < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :applications, :client_secret_hash, :string
|
||||
remove_column :applications, :client_secret, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user