GithubHelp home page GithubHelp logo

Comments (2)

james-d-elliott avatar james-d-elliott commented on May 25, 2024 1

As per the issue template:

Mistakes in the documentation (which should be reported via the Documentation Feedback discussions).

Provide complete logs with the log level set to debug or trace. Complete means from application start until the issue occurring. This is clearly explained in the Logs section of the troubleshooting guide.

from authelia.

glime-ai avatar glime-ai commented on May 25, 2024

Please note this response was created using generative AI leveraging previously available information from the repository. This information may be helpful however it is our strong recommendation that you carefully consider the information before blindly applying it.


Based on the provided context and the error message in the logs, it appears that the issue stems from an incorrect configuration in the authn_strategies section of the Authelia configuration. Specifically, the strategy name HeaderAuthRequestAuthorization is not recognized as a valid option. The valid strategy names, as indicated by the error message, are CookieSession, HeaderAuthorization, HeaderProxyAuthorization, HeaderAuthRequestProxyAuthorization, or HeaderLegacy.

To resolve this issue, you should replace HeaderAuthRequestAuthorization with one of the valid strategy names in your configuration file. For example, if you intended to use header-based authorization for the Auth Request implementation, you might want to use HeaderAuthorization or one of the other header-related strategies, depending on your specific requirements.

Here is a corrected snippet of the configuration based on the assumption that HeaderAuthorization is the intended strategy:

server:
  endpoints:
    authz:
      auth-request:
        implementation: 'AuthRequest'
        authn_strategies:
          - name: 'HeaderAuthorization'
            schemes:
              - 'Basic'
          - name: 'CookieSession'

Please adjust your configuration accordingly and restart Authelia to apply the changes.

This comment was generated by Glime.

from authelia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.