#1 2020-02-21 20:31:09

abraun
Member
Registered: 2020-02-21

ReportServer Authenitcation Methods

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

#2 2020-02-27 10:36:01

eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer Authenitcation Methods

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

Board footer

Powered by FluxBB