You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use the Enable authentication option with header variable, it works perfectly with my sso.
but I don't know where to put the email header:
X-Forwarded-Email
my user is created using the "X-Forwarded-user" header, but the user is created without email
Ombi Version
4.43.5
What platform(s) does this occur on?
Docker
What database are you using?
SQLite (Default)
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
It's a practical issue that could streamline the user creation process with SSO.
Since users are currently created without an email due to the absence of this header, finding the right place to incorporate it is key.
A potential fix could involve modifying the authentication handler to explicitly look for the X-Forwarded-Email header alongside the X-Forwarded-User header. This might involve adjusting the middleware or the user creation logic to ensure the email is captured and stored correctly.
Summary
Hello,
I use the Enable authentication option with header variable, it works perfectly with my sso.
but I don't know where to put the email header:
X-Forwarded-Email
my user is created using the "X-Forwarded-user" header, but the user is created without email
Ombi Version
4.43.5
What platform(s) does this occur on?
Docker
What database are you using?
SQLite (Default)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: