mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
proxy: allow custom redirect url to be set following signout
This commit is contained in:
parent
fb3ed64fa1
commit
a7637cdf49
4 changed files with 79 additions and 15 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue