We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779c36f commit 3b17b9aCopy full SHA for 3b17b9a
src/main/scala/de/upb/cs/swt/delphi/instanceregistry/connection/Server.scala
@@ -434,7 +434,7 @@ class Server(handler: RequestHandler) extends HttpApp
434
* @return ConfigurationInfo object
435
*/
436
def configurationInfo(): server.Route = {
437
- authenticateOAuth2[AccessToken]("Secure Site", AuthProvider.authenticateOAuthRequire(_, userType = UserType.Admin)) { token =>
+ authenticateOAuth2[AccessToken]("Secure Site", handler.authProvider.authenticateOAuthRequire(_, userType = UserType.Admin)) { token =>
438
get {
439
log.debug(s"GET /configuration has been called")
440
0 commit comments