Skip to content

Commit

Permalink
LogoutPath nil pointer fix (#2485)
Browse files Browse the repository at this point in the history
Signed-off-by: xiandan <xiandan-erizo@outloou.com>
Signed-off-by: sunkesi <sunkesi@hosecloud.com>
Co-authored-by: sunkesi <sunkesi@hosecloud.com>
  • Loading branch information
xiandan-erizo and sunkesi authored Jan 23, 2024
1 parent 9b6e45e commit 95f4c10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/gatewayapi/securitypolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ func (t *Translator) buildOIDC(
}
redirectURL = *oidc.RedirectURL
redirectPath = path
}
if oidc.LogoutPath != nil {
logoutPath = *oidc.LogoutPath
}

Expand Down

0 comments on commit 95f4c10

Please sign in to comment.