proxy: allow custom redirect url to be set following signout

This commit is contained in:
Bobby DeSimone 2019-06-13 21:09:19 -07:00
parent fb3ed64fa1
commit a7637cdf49
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
4 changed files with 79 additions and 15 deletions

View file

@ -136,7 +136,7 @@ func TestAuthenticate_SignIn(t *testing.T) {
"state=example",
"redirect_uri=some.example",
&sessions.MockSessionStore{
LoadError: errors.New("unexpeted"),
LoadError: errors.New("error"),
Session: &sessions.SessionState{
AccessToken: "AccessToken",
RefreshToken: "RefreshToken",