Backchannel complete - improve oidc credential display

This commit is contained in:
Dan Milne
2025-11-27 11:52:25 +11:00
parent 67d86e5835
commit eb2d7379bf
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class AddBackchannelLogoutUriToApplications < ActiveRecord::Migration[8.1]
def change
add_column :applications, :backchannel_logout_uri, :string
end
end