GithubHelp home page GithubHelp logo

Comments (1)

glime-ai avatar glime-ai commented on June 5, 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.


The errors you're encountering are related to the configuration of Authelia, specifically with the session cookies and OIDC (OpenID Connect) client configurations. Let's address them one by one:

  1. Session Cookies Configuration Error:
    The error message indicates that the default_redirection_url is configured globally, which is not supported. Authelia's session configuration now requires that the default_redirection_url be configured per cookie rather than globally. This change aims to provide more granular control over the session behavior. You'll need to adjust your configuration to define default_redirection_url within the scope of each cookie configuration.

  2. OIDC Client Configuration Error:
    The errors related to sector_identifier_uri for the OIDC clients 'miniflux' and 'outline-app' indicate that this option must be a URL with only the host component, but it appears to be invalid or not provided. The sector_identifier_uri is an optional field that is used in specific OIDC scenarios, particularly when you have multiple redirect URIs. If your OIDC client does not require this, ensure it is either correctly set or omitted if not needed.

To resolve these issues, you will need to review and update your Authelia configuration file. Ensure that for each session cookie configuration, the default_redirection_url is specified within the cookie's configuration block. For the OIDC clients, verify that the sector_identifier_uri is correctly formatted as a URL or omitted if unnecessary.

Unfortunately, without seeing your actual configuration, I can't provide a precise solution. However, these guidelines should help you adjust your configuration to resolve the errors. If you need further assistance, please provide more details about your configuration, especially the session and OIDC client sections.

Remember to review the Authelia documentation for Session Configuration and OIDC Integration for more detailed information on configuring these aspects.

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.