Hi,
We have setup our use base in Azure Active Directory and have installed R Connect on centos 7.
Based on the inputs suggested here: https://support.rstudio.com/hc/en-us/articles/227010968-LDAP-and-Active-Directory-authentication-in-RStudio-Connect
We tried to configure the AAD user configuration but it does not identify users in our domain.
We can login using the admin credentials that we setup using portal but we can't access using users setup in AAD.
Can anyone help with this.
Thanks in advance.
cat /etc/rstudio-connect/rstudio-connect.gcfg
Address = http://10.7.0.4:3939/
[HTTP]
; RStudio Connect will listen on this network address for HTTP connections.
Listen = :3939
[Authentication]
; Specifies the type of user authentication.
Provider = Password
[LDAP "LDAP Configuration"]
ServerAddress = xxxx.xxx:636
BindDN = "CN=RCon_ADSync,OU=AADDC Users,DC=xxxx,DC=xxx"
BindPassword = "xxxxxx"
UserSearchBaseDN = "OU=AADDC Users,DC=xxxx,DC=xxxxx"
Logging = true
;UniqueIdAttribute = "entryUUID"
;UsernameAttribute = "uid"
UserObjectClass = "user"
;UserEmailAttribute = mail
;UserFirstNameAttribute = givenName
;UserLastNameAttribute = sn
[Debug]
Log = ldap