User Context Endpoint: Can it transfer custom information? #331
Answered
by
steveiliop56
vbackeberg
asked this question in
Q&A
|
Hi all, I am using an lldap with tinyauth and would like to receive additional information from the login call such as a custom attribute or the groups the user is in. Can the /api/user call be configured such that it returns custom attributes or the users group membership or will I have to do an extra call to the lldap for that purpose? |
Answered by
steveiliop56
Sep 1, 2025
Replies: 1 comment 1 reply
|
Hello, The |
1 reply
Answer selected by
vbackeberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The
/api/user(now/api/context/user) is meant to be used by the frontend to receive the necessary user information. It is not intended to be used by external services since it provides only the information the frontend needs. If you need additional attributes it would be better to call the LLDAP API directly.