Created
July 29, 2016 16:07
-
-
Save craigplummer/08944b75536c2020e1c4d9bb1800b0ab to your computer and use it in GitHub Desktop.
Using Microsoft ADFS with Ruby on Rails and Omniauth - routes.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
match '/auth/:provider/callback' => 'sessions#create', via: [:get, :post] | |
match '/auth/failure' => 'sessions#failure', via: [:get] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment