Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SSO Profile Pictures Missing #593

Open
danieldonoghue opened this issue Feb 10, 2025 · 0 comments
Open

SSO Profile Pictures Missing #593

danieldonoghue opened this issue Feb 10, 2025 · 0 comments

Comments

@danieldonoghue
Copy link
Contributor

Using SSO with Microsoft Entra ID (Azure AD), I am able to login and everything works as expected, with the exception of the profile picture missing from the main control bar and the user profile.

It appears that the UI correctly tries to retrieve the picture from https://graph.microsoft.com/v1.0/me/photo/$value, which is returned in the userinfo graph endpoint; however, that request returns a 401 as the request did not contain any kind of auth token. This makes sense as it was the homer API which holds the tokens and exposes a different auth token to the UI.

Perhaps a proxy endpoint for this request is required in the API and, if there is no valid response, use the user's initials as the profile picture?

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant