-
- Downloads
Fixed bad OmniAuth flow when deployed on a subdirectory (Closes #5176). (#5197)
* Fixed static redirections on ExternalController#create API. + Fixed static OIDC URLs on the FE codebase. * Changed other host redirection handeling on external authN.
Showing
- app/controllers/concerns/client_routable.rb 5 additions, 0 deletionsapp/controllers/concerns/client_routable.rb
- app/controllers/external_controller.rb 25 additions, 14 deletionsapp/controllers/external_controller.rb
- app/javascript/components/home/AuthButtons.jsx 1 addition, 1 deletionapp/javascript/components/home/AuthButtons.jsx
- app/javascript/components/rooms/room/join/RequireAuthentication.jsx 1 addition, 1 deletion...ript/components/rooms/room/join/RequireAuthentication.jsx
- app/javascript/components/rooms/room/join/RoomJoin.jsx 3 additions, 4 deletionsapp/javascript/components/rooms/room/join/RoomJoin.jsx
- config/application.rb 2 additions, 1 deletionconfig/application.rb
- esbuild.dev.mjs 1 addition, 0 deletionsesbuild.dev.mjs
- esbuild.mjs 1 addition, 0 deletionsesbuild.mjs
- spec/controllers/external_controller_spec.rb 49 additions, 12 deletionsspec/controllers/external_controller_spec.rb
Loading
Please register or sign in to comment