mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-20 06:54:20 +00:00
Add audit logging to post_login_handler
This commit is contained in:
@@ -45,6 +45,8 @@ func NewHandler(
|
||||
return httperr.New(http.StatusUnprocessableEntity, "upstream provider not found")
|
||||
}
|
||||
|
||||
// TODO: Add audit event "auditevent.UsingUpstreamIDP"
|
||||
|
||||
downstreamAuthParams, err := url.ParseQuery(decodedState.AuthParams)
|
||||
if err != nil {
|
||||
plog.Error("error reading state downstream auth params", err)
|
||||
|
||||
Reference in New Issue
Block a user