-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MANUAL] Integration Redmine with Authelia #79
Comments
Hello. When I add this parameter: I got error:
In Authelia's users database user have two groups:
What maybe wrong? |
I found place with problem:
Parser works in keycloak way instead of authelia way. Temporary I changed |
The plugin does not work if I fill in the fields "Authorized group" or "Admins group". I get error 500. If I leave them empty, then everything works as it should. What are the requirements for filling in these fields? |
Hi! Were you able to resolve this issue? |
Hi! Yes, I wrote about solution in this post: #79 (comment) You need two things:
From this:
To this:
|
Hello.
To this:
Would you like to explain, please? |
@arbdevml So as I understand, I removed KeyCloak supoport. |
It is wrong, this plugin has to support OpenID providers as many as possible. Can you provide the data of your |
So, this works perfectly if Authelia uses a JSON file to identify users. But if LDAP is used, then it stops working and Redmine gives a 500 error. Have you encountered a similar problem? |
Hello. Added a pull request to the integration with Authelia.
https://www.authelia.com/
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
Authelia configuration.yml
Add into the section of "clients"
Redmine plugin openID Connect configuration:
Client ID: redmine
OpenID Connect server url: https://authelia.example.com
Client Secret: redmine_client_secret
OpenID Connect scopes (comma-separated): openid,profile,groups,email
Admins group (members of this group are treated as admin): admins
Disable Ssl Validation: yes
Login Selector: yes
Create user if not exists: yes
The text was updated successfully, but these errors were encountered: