You are not logged in.
Pages: 1
Hello,
We are considering reportserver to handle our outgoing reporting to customers.
My question is if ReportServer allows mixed authentication. We would want to LDAP to authenticate internal users, but all our external customers, we will be needing to add them as local users, they will never actually need to log in, but from what I can tell, they will need an account in order for us to set them up with a subscribed view.
We want LDAP so that we can have many users be able to set up these emailed reports.
Thanks,
Alex
Offline
Hi Alex,
yes, this is possible, please take a look at the hookldappam.groovy example here: https://reportserver.net/en/guides/scri … pamgroovy/
Please look here:
private static final ALLOW_LOCAL_USERS = true;
here you can define if local (reportserver) users should be allowed or only LDAP users.
Regards,
Eduardo
Offline
Pages: 1