devise_scope :user do
get "users", to: "devise/sessions#new"
get '/auth/microsoft_office365/callback', to: 'omniauth_callbacks#microsoft_office365'
end
devise_for :users, controllers: { omniauth_callbacks: 'omniauth_callbacks' }
view raw routes.rb hosted with ❤ by GitHub