Skip to content

Commit dd881a2

Browse files
committed
incusd/auth/oidc: Update for current zitadel
Signed-off-by: Stéphane Graber <[email protected]>
1 parent ce21c15 commit dd881a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/auth/oidc/oidc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func (o *Verifier) Logout(w http.ResponseWriter, r *http.Request) {
179179

180180
// Attempt to end the OIDC session.
181181
if provider != nil && token != "" {
182-
_, _ = rp.EndSession(r.Context(), provider, token, fmt.Sprintf("https://%s", r.Host), "")
182+
_, _ = rp.EndSession(r.Context(), provider, token, fmt.Sprintf("https://%s", r.Host), "", "", nil)
183183
}
184184

185185
// Access token.

0 commit comments

Comments
 (0)