SSO login fail for chrome/chromium/apps #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reported by @nish
Login via sso auth is functional as expected using
firefox
but fails when usingChrome
/Chromium
Holds true for mobile browsers (checked Android)Other browser tests pending!
Furthermore, according to the intercompatibility doc, it should work with the mobile application Tusky.
The issue here is Authentication but it only occurs with this service.
Accountz ooo[]]]]]]]]]]]]to SSO login fail for chrome/chromium/appsPlease provide * client side error messages * screenshots of the error * steps to reproduce the issue
as
is not descriptive.
That will indeed be an issue if the application tries to authenticate purely to Django (presumably using some headers). The correct solution is for the application to support API tokens, although this not being a user friendly solution, as Takahe is not exposing the functionality for user self-service.
I was able to reproduce the issue in Chromium. The error can be found upon inspecting the browser console for the POST request to /saml2/acs after submitting the login through the IDP (SSO):
Hence the issue has been resolved by changing
to
in
settings.py
.Let me know if the issue is equally resolved on your end.
I knew it would resolve that way, just by reading the Network Tab in both since it gives the solution in chrome inspect tool. But I wasnt certain so I left it to you
Agreed, I was to follow up with comment on the two contrasting browser consoles images and suggested soln, I was sidetracked into another issue and we can discuss that
Aye.