Hi there!
I finally got the SSO up and running the way we want to use it.
The windows auth is able to return the username, domain and the wingroups of the authenticating user.
We'd like to populate the fields (e-mail/fullname and so on) which are not automatically filled in for the user object.
How would I go on about this?
Sure I could write into the OnWindowsUserAuthorize Event to get it from the LDAP,
but wouldn't that be redundant since the information for the mentioned fields are already queried beforehand?
Also, how would I write informations into the related user object to the authenticating user since the function only returns these 3 fields?
Thanks in advance!
I finally got the SSO up and running the way we want to use it.
The windows auth is able to return the username, domain and the wingroups of the authenticating user.
We'd like to populate the fields (e-mail/fullname and so on) which are not automatically filled in for the user object.
How would I go on about this?
Sure I could write into the OnWindowsUserAuthorize Event to get it from the LDAP,
but wouldn't that be redundant since the information for the mentioned fields are already queried beforehand?
Also, how would I write informations into the related user object to the authenticating user since the function only returns these 3 fields?
Thanks in advance!
The post was edited 1 time, last by DataPhi ().