Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Script LDAP Access Control

Is there a way to restrict access to an application built on Google App Script using LDAP? Can Google App Script access LDAP?

like image 624
user2048236 Avatar asked Jun 07 '26 11:06

user2048236


1 Answers

There are a couple of ways to look at this problem.

  1. Apps Script cannot directly access your LDAP system. Apps Script has ability make HTTP calls to REST/SOAP services, make JDBC calls to external databases but it doesn't have built in support for the LDAP directory.
  2. However, if you are using Apps Script w/in a Google Apps domain then you can tie in Google user accounts to LDAP using Google Apps Directory Sync. Once this is setup, you can deploy your Apps Script to only allow people w/in your domain and Google will make them login before they can access the Apps Script.

Hope this helps.

like image 161
Arun Nagarajan Avatar answered Jun 09 '26 19:06

Arun Nagarajan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!