mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-20 04:29:24 -06:00
remove obsolete comment
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -5,4 +5,6 @@ is responsible for serving static files and oidc well-known endpoint `/.well-kno
|
||||
We have removed the well-known middleware for OIDC and moved it
|
||||
to the newly introduced static routes module in the proxy.
|
||||
|
||||
https://github.com/owncloud/ocis/issues/6095
|
||||
https://github.com/owncloud/ocis/pull/8541
|
||||
|
||||
|
||||
@@ -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