forked from forgejo/forgejo
[TESTS] oauth2: make it possible to use an alternate http.Client
(cherry picked from commitaea4ab25a9
) (cherry picked from commitd386b212c4
) (cherry picked from commitc4935f08ad
) (cherry picked from commitdc6ca7cd25
) (cherry picked from commit25296d5a3c
) (cherry picked from commit3d54c64c5f
) (cherry picked from commit6ece0b9d01
) (cherry picked from commit3b39962033
) (cherry picked from commit5e2167cd03
) (cherry picked from commite676d7b265
) (cherry picked from commit9cd258e865
) (cherry picked from commit0a8d58c159
) (cherry picked from commitb66d06823a
) (cherry picked from commit4fbe2a0047
) (cherry picked from commita225e0c9b4
) (cherry picked from commit21b670b927
) (cherry picked from commitd586e335d5
)
This commit is contained in:
parent
353f3601c3
commit
7ab21549a3
3 changed files with 30 additions and 7 deletions
|
@ -43,6 +43,7 @@ func (o *OpenIDProvider) CreateGothProvider(providerName, callbackURL string, so
|
|||
if err != nil {
|
||||
log.Warn("Failed to create OpenID Connect Provider with name '%s' with url '%s': %v", providerName, source.OpenIDConnectAutoDiscoveryURL, err)
|
||||
}
|
||||
provider.HTTPClient = HTTPClient
|
||||
return provider, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue