[Feature]: Oauth features #1627
Replies: 8 comments
-
What is the benefit or use case for 1 or 2? 3 had been discussed, and could be implemented in the future. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Ah, number one is related to auto registration I think? Email is required in immich at the moment and probably always, although with #1154 you could manually link the user (without an email) after creating the accounts in immich. Number two does sounds like an edge case that could probably be solved with DNS, no? For simplicity we implemented it with one input instead of multiple. It is quite a bit simpler to display, validate, and store just the one, which does work for most people. |
Beta Was this translation helpful? Give feedback.
-
Yes, it's related to autoregistration, I do not think that auto linking tons of users is good, hopefully we will be able to set user identifier :) About 2, yes, it could be solveable with DNS but that ''core'' issue also comes from DNS setup. It's not feasible to solve it this way, but it is possible to route traffic around (in this case) to make it work. Would not a checkbox near the simple way saying advanced config be elegant and still simple? Checking it would expand options to fill in all separate values. |
Beta Was this translation helpful? Give feedback.
-
Email is a required field for a user in immich so what value would you use for that? Are you saying you want to put username from your system in the email field in immich? That won't work. So how would specifying a different attribute work? I think the issue is immich requires an email, but your system doesn't have one. I'm not saying it's not possible. It just requires more work to build that. I can look into it though. A check box for "advanced" vs "automatic" could require all the endpoints instead of just one discovery url. |
Beta Was this translation helpful? Give feedback.
-
Looks like #1154 will completely solve 1 |
Beta Was this translation helpful? Give feedback.
-
1 and 2 are not currently planned. 3 is possibly planned, but not until after #1043. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature detail
Hi there,
it is great to see that Oauth has been implemented, I was wondering if following features are planned:
Platform
Web
Beta Was this translation helpful? Give feedback.
All reactions