Module: OmniAuth

Defined in:
lib/omniauth/ssoprovider.rb,
lib/omniauth/ssoprovider/version.rb,
lib/omniauth/strategies/ssoprovider.rb

Overview

Add the strategy to OmniAuth's list of available strategies

Defined Under Namespace

Modules: SSOProvider, Strategies

Class Method Summary collapse

Class Method Details

.ssoprovider_strategyObject



10
11
12
13
# File 'lib/omniauth/ssoprovider.rb', line 10

def self.ssoprovider_strategy
  # Ensure the strategy is registered under the expected name in OmniAuth
  Strategies::SSOProvider
end