You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
this time I’m trying to build a SwiftUI app for Chamilo, which uses Rest web service. The problem is it always tells that the user is invalid, but he isn’t. Has this something to do with using extldap on the website to authenticate.
The text was updated successfully, but these errors were encountered:
Hi @Apfeldenker
When authenticating for the REST WS, do you use a user that is managed by LDAP? (just trying to figure out how to reproduce)
You could create a user that is not LDAP-managed by ensuring that the "auth_source" column for that user is set to "platform" instead of "ext_ldap" (like... having one additional admin user just for that). If the issue is LDAP, then that should allow you to go around it, at least.
Hello,
this time I’m trying to build a SwiftUI app for Chamilo, which uses Rest web service. The problem is it always tells that the user is invalid, but he isn’t. Has this something to do with using extldap on the website to authenticate.
The text was updated successfully, but these errors were encountered: