kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
57 stars 27 forks source link

Using custom OIDC provider only prompts "authenticated" #38

Closed sando38 closed 5 months ago

sando38 commented 5 months ago

Hello, I configured redmine with the OIDC plugin, configured a custom OIDC provider (Authentik). When I click on "sign in" and use the OIDC provider, I am correctly redirected, login and redirected back to redmine.

However, I only see this Screenshot 2024-05-19 133512

This is my configuration: Screenshot 2024-05-19 134153

Scope and properaties like preferred_username and email are provided by the OIDC.

Do you have any idea how I could further debug? Any help is appreciated!

Thank you very much!

picman commented 5 months ago

Take a look into log/production.log.

sando38 commented 5 months ago

Good morning @picman Thanks for the quick reply. All good now. There was a conflicting rule in the reverse proxy configuration in my system.. Removed it and all good.