goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
7.77k stars 598 forks source link

2024.6.0 Regression: LDAP Providers not listed in Providers list for applications #10300

Open Salvoxia opened 3 days ago

Salvoxia commented 3 days ago

Describe the bug As of Authentik version 2024.6.0 (tested using Docker) it is no longer possible to select LDAP providers when assigning a provider to an application. This behavior was introduced with the update from 2024.4.3 to 2024.6.0. I did not find any obvious entries in the release notes for 2024.06.0-rc1, 2024.06.0-rc2 or 2024.06.0 indicating changed behavior with regards to LDAP providers, so I assume this to be a bug.

To Reproduce Steps to reproduce the behavior:

  1. Create an LDAP Provider
  2. Create a new application
  3. Open the Provider selection dropdown menu
  4. The LDAP provider created in step 1 is not listed

Expected behavior All available LDAP providers should be listed in the Providers dropdown menu.

Screenshots 2024.6.0 image

2024.4.3 image

Version and Deployment (please complete the following information):

romines-dev commented 2 days ago

Can confirm this issue on my fresh 2024.6.0 deployment with docker-compose. Guess I'll backdate my deployment to 2024.4.0 for now.

Edit: Also can confirm backdating to 2024.4.0 allows LDAP to be selected as a provider again.