fix SSO arguments
This commit is contained in:
@@ -1263,7 +1263,7 @@ func checkAdminLogin(resp http.ResponseWriter, request *http.Request) {
|
||||
|
||||
// Should run calculations
|
||||
if len(org.SSOConfig.OpenIdAuthorization) > 0 {
|
||||
baseSSOUrl, err = shuffle.GetOpenIdUrl(request, *org, user, "")
|
||||
baseSSOUrl = shuffle.GetOpenIdUrl(request, *org)
|
||||
if err != nil {
|
||||
log.Printf("[ERROR] Failed getting OpenID URL for org %s: %s", org.Name, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user