Skip to content

Commit

Permalink
Respect AuthenticationWebServiceMethodAgnostic parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Feb 3, 2017
1 parent 562cd2a commit e6d7798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func getAuthenticationWebService(config lib.Configuration) (lib.WebService, erro
tokenDriver,
authenticationMiddleware,
webErrorConverter,
false), nil
config.GetAuthenticationWebServiceMethodAgnostic()), nil
case "proxied":
logger, err := getLogger(config)
if err != nil {
Expand Down

0 comments on commit e6d7798

Please sign in to comment.