add tests for oidc backchannel logout

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2023-04-13 17:29:57 +02:00
parent 15691ae78a
commit e88a0d7bc3
10 changed files with 143 additions and 162 deletions

View File

@@ -47,7 +47,7 @@ type StaticRouteHandler struct {
userInfoCache microstore.Store
logger log.Logger
config config.Config
oidcClient oidc.OIDCProvider
oidcClient oidc.OIDCClient
}
// Server is the entrypoint for the server command.