goauthentik / authentik

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

Bug in the Redirect URIs/Origins field box #12155

Closed Marcus1Pierce closed 6 days ago

Marcus1Pierce commented 1 week ago

Describe the bug "There is a bug when trying to edit the domain in Redirect URIs/Origins. Once the URIs are entered, the box disappears.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Admin Interface'
  2. Click on 'Applications > Providers'
  3. Edit any 'Providers'
  4. Enter the URIs in the 'Redirect URIs/Origins' section.
  5. After that, click enter or update, and the URIs will disappear.

Expected behavior The URIs are saved as entered.

Screenshot Enter the URIs here. 1

And after clicking enter, update, or Add entry, the box disappears and the URIs are not saved. Some of my Providers also suddenly disappear from the Providers/URIs column. 2

Logs

Version and Deployment (please complete the following information):

Additional context

tobias-urdin commented 1 week ago

I had the same issue in 2024.8.5 but it works in 2024.8.6 – I've had similar issues before when using Safari so recommend using Chrome when using forms in authentik.

Marcus1Pierce commented 1 week ago

@tobias-urdin well, no luck for me. I realized this bug after I upgraded to 2024.8.6. I've tried several browsers, but it's still the same.

francescor commented 1 week ago

same for us

we are stuck!

francescor commented 1 week ago

our issue was that this morning we upgrade to 2024.10.4 from 2024.10.3

We've read release notes https://docs.goauthentik.io/docs/releases/2024.10#fixed-in-2024104

and since it is only talking about bug issue (plus is a minor upgrade), we did not check functionality extensively.

But apparently the new Redirect/Uri otion was set to Strict (while we where using a regexp), so it broke applications.

We've fixed it by changing the combo to "Regexp"

francescor commented 1 week ago

@Marcus1Pierce we had the same your behaviour when we reverted back from 2024.10.3 to 2024.10.4

then we went back to 2024.10.4 and we where able to add (and save) the content

Marcus1Pierce commented 6 days ago

There is a new update on 2024.8.6, and now I can add new URIs in that field box again.