IT-Tools and OIDC - Looping issue
-
Hello @teiluj
For that single user, does his username have special characters?
Does he have a first and last name in his profile or just a single string?Hi @james,
This single user's username does not contain any special character - the username is literally a sequence of character aka a single string.
It also follows the same naming scheme as other users for which the application works.This leaves me baffled for now.
Many thanks,
-
-
@Teiluj have you tried impersonating that user? If you can reproduce yourself you might be able to get further insight.
-
@Teiluj have you tried impersonating that user? If you can reproduce yourself you might be able to get further insight.
Hi @jdaviescoates - Many thanks for your idea.
Impersonating the user present the same loop problem unfortunately.
-
Hi @jdaviescoates - Many thanks for your idea.
Impersonating the user present the same loop problem unfortunately.
-
Hi @jdaviescoates - Many thanks for your idea.
Impersonating the user present the same loop problem unfortunately.
@Teiluj there might be some clues in the browser console when doing it as the user?
-
A short update: this seems to point at a server issue.
Using the same computer and the same browser, I installed the app on a different server, and was able to log into the app successfully, using the same user credentials (the user authentication comes from LDAP sync from a 3rd cloudron server)
I can also confirm that on that one server, where the user is having the issue, clearing the browser's cache or using a different browser/computer, does not solve the problem.
@james - Happy to share more details as far as possible, but considering the above, I doubt that this is easily reproducible.
-
@Teiluj there might be some clues in the browser console when doing it as the user?
@jdaviescoates Thanks for the suggestion - I cannot see anything of significance there either.