• Vincent Fazio's avatar
    Symbolize client_auth_method for quirked providers · 83a870bf
    Vincent Fazio authored
    
    
    Providers such as OpenIDConnect ultimately leverage the rack-oauth2
    gem which requires the client_auth_method value to be defined as a
    symbol in order to correctly select the authorization method used.
    
    Derivative providers that specify OmniAuth::Strategies::OpenIDConnect as
    their strategy_class will also convert this value to a symbol.
    
    Signed-off-by: default avatarVincent Fazio <vfazio@xes-inc.com>
    83a870bf