diff --git a/internal/proxy/director/layer/authn/oidc/layer_options.go b/internal/proxy/director/layer/authn/oidc/layer_options.go index 873975d..ce5b974 100644 --- a/internal/proxy/director/layer/authn/oidc/layer_options.go +++ b/internal/proxy/director/layer/authn/oidc/layer_options.go @@ -49,9 +49,9 @@ func fromStoreOptions(storeOptions store.LayerOptions, baseURL string) (*LayerOp LayerOptions: authn.DefaultLayerOptions(), OIDC: OIDCOptions{ LoginCallbackURL: baseURL + loginCallbackPath, - MatchLoginCallbackURL: "*" + loginCallbackPath, + MatchLoginCallbackURL: "*" + loginCallbackPath + "*", LogoutURL: baseURL + logoutPath, - MatchLogoutURL: "*" + logoutPath, + MatchLogoutURL: "*" + logoutPath + "*", Scopes: []string{"openid"}, }, Cookie: CookieOptions{