Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-rliu committed Apr 8, 2024
1 parent 909ea03 commit 38a461c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flyteadmin/auth/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func GetLoginHandler(ctx context.Context, authCtx interfaces.AuthenticationConte
// Updates the rawquery with the new query parameters
idpURL.RawQuery = query.Encode()
}
logger.Debugf(ctx, "FOO GetPublicURL %v\nurlString %v\nqueryParams %v\nidpURL %v\n", GetPublicURL(ctx, request, authCtx.Options()), urlString, queryParams, idpURL)
http.Redirect(writer, request, idpURL.String(), http.StatusTemporaryRedirect)
}
}
Expand Down

0 comments on commit 38a461c

Please sign in to comment.