diaspora/app/controllers/api/openid_connect
Jonne Haß 7fabd9d17f OpenID Connect: Disable form-action CSP on authorization page
Some browsers apply this CSP rules even to the redirect response
after the POST requests, blocking the redirect_uri redirect
2020-10-20 18:10:52 +02:00
..
authorizations_controller.rb OpenID Connect: Disable form-action CSP on authorization page 2020-10-20 18:10:52 +02:00
clients_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
discovery_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
id_tokens_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
token_endpoint_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_applications_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
user_info_controller.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00