FC Particulier Controller: do not parse an URI into URI

This commit is contained in:
simon lehericey 2018-01-11 15:23:07 +01:00 committed by Simon Lehericey
parent b35a88ffd4
commit fc4ce4460c

View file

@ -10,7 +10,7 @@ class FranceConnect::ParticulierController < ApplicationController
state: session[:state],
nonce: session[:nonce]
)
redirect_to URI.parse(authorization_uri).to_s
redirect_to authorization_uri
end
def callback