Skip to content

Commit

Permalink
add missing POST route for LDAP callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Oct 30, 2023
1 parent 7aadd17 commit 4b4a6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

# External requests
get '/auth/:provider/callback', to: 'external#create_user'
post '/auth/:provider/callback', to: 'external#create_user'
get '/meeting_ended', to: 'external#meeting_ended'
post '/recording_ready', to: 'external#recording_ready'

Expand Down

0 comments on commit 4b4a6b5

Please sign in to comment.