goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
12.8k stars 851 forks source link

LDAP property mapping not working for Snipe-IT. Document dated? #7058

Open rqi14 opened 11 months ago

rqi14 commented 11 months ago

Describe your question/ I try to set up Snipe-IT with authentik according to the docuement. Snipe-IT does not seem to read 'givenname' or 'sn' correctly even if the property mapping is set up. 'givenname' stays empty and 'sn' is not sn but the full name. LDAP property mapping testing in the authentik web ui seems all fine. It is just Snipe-IT side does not seem to get those entries from the request.

It seems the property mapping is not bound to the LDAP provider. Is there any step I need to take it bind them? For example, in SAML or OAuth providers, there is an option to select which property mapping should be used. But it is not available in LDAP.

Relevant infos

Screenshots If applicable, add screenshots to help explain your problem. image image image image

Logs Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information): Latest 2023.8 with docker compose

Additional context Add any other context about the problem here.

chauyuen commented 9 months ago

I've encountered the same issue, any updates?

BeryJu commented 1 month ago

The LDAP Provider does not support property mappings, the integration docs for that are incorrect. However the documentation also described SAML SSO which should be sufficient without LDAP in place. If you're willing, feel free to create a PR to update the integration docs for this integration since they are community maintained