-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Login with OAuth #592
Comments
Your report is appreciated. Please star this repository to motivate its developers! ⭐ |
Hi @danieldonoghue , your configuration looks correct and logs also showing correct flow however seems some debug log lines are missing (probably due to k8) which should show where its failing. I think it would be a good idea to quickly test this oauth with a homer on host install, this way it would be easier for you to figure out where it might be failing in K8. Also, homer shows a sso login button on UI when we enable oauth. |
Thanks, @bilalrao12 . I'll try and do that in a little while. im noticing a few other weird things, too, in the UI.. such as the filtering out of log messages leaves some log messages in the call flow and the font is nasty so I might have other issues, too.. will dig in and see what happens and report back here in due course. |
I am unable to get OAuth working in my homer setup.
When I go to the landing page, there is no option for logging in using my OAuth provider, just a standard internal login page. However, if I use the API endpoint
/api/v3/auth/type/list
endpoint, I see it there and, when I trigger the redirect url for that service, the SSO login process works and then returns me back to homer's front page, with a?token=xxx
parameter in the query string.The results of the auth list are:
I have enabled OAuth in my
webapp_config.json
toward Microsoft Entra ID (Azure AD) with the following setup..When I run the redirect url, manually, using
https:/homer.my.host/api/v3/oauth2/redirect/microsoft
I get the following in my logs...(anonymised)
There are no HTTP errors response codes and no JavaScript console errors.
I am using containers with homer-ui version 7.8.1 and homer-app version 1.5.4, running in kubernetes
The text was updated successfully, but these errors were encountered: