Skip to content

SamlSessionsController #230

@reemgawad

Description

@reemgawad

Following this wiki guide's instruction to patch the gem's Devise::SamlSessionsController I realised I don't have this controller anywhere. Even when I try to generate the devise controllers, no saml_sessions_controller.rb file is generated.

This is in my gemfile:

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "devise_saml_authenticatable", github: "apokalipto/devise_saml_authenticatable"

Routes:

devise_for :users

User model:

  devise :database_authenticatable, :registerable,
         :recoverable, :rememberable, :validatable, :saml_authenticatable

In config/devise.rb, I followed this guide for using Google Apps as the IdP.

Any help with this would be really appreciated! Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions