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 Jan 9, 2024
1 parent 4ed6087 commit cbc9922
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 cbc9922

Please sign in to comment.