mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 04:58:31 -05:00
remove obsolete comment
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -9,9 +9,6 @@ var (
|
||||
wellKnownPath = "/.well-known/openid-configuration"
|
||||
)
|
||||
|
||||
//oidcURL, _ := url.Parse(oidcISS)
|
||||
//oidcURL.Path = path.Join(oidcURL.Path, wellKnownPath)
|
||||
|
||||
// OIDCWellKnownRewrite is a middleware that rewrites the /.well-known/openid-configuration endpoint for external IDPs.
|
||||
func (s *StaticRouteHandler) OIDCWellKnownRewrite(w http.ResponseWriter, r *http.Request) {
|
||||
wellKnownRes, err := s.OidcHttpClient.Get(s.oidcURL.String())
|
||||
|
||||
Reference in New Issue
Block a user