google suite integration with azure active directory - azure-active-directory

I was trying to integrate azure active directory with google suite, but in enterprise catalog i cant find product Google Apps, following this tutorial https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/google-apps-tutorial.
Anybody knows how to integrate AD with Google Suite with Products available in catalog ?
Thanks

I just checked with my own subscription.
It looks like they have updated the Enterprise Application to be called G Suite now instead of Google Apps, but the picture in the documentation has not been updated. The text does however ask you to look for G Suite instead of Google Apps.
Try searching for G Suite instead of Google Apps in step 4 of the tutorial and see if you can find it then.

Related

Disable weak cipher for Google Cloud App engine custom domain website

I have set up a custom domain website using a PHP Google Cloud App engine. After some third party security testing i've been advised to disable the use of cipher suite DES-CBC3-SHA (TLS_RSA_WITH_3DES_EDE_CBC_SHA).
I'm trying to find out if its possible to disable this for a Google PHP App engine? Most of what I can find online either doesn't answer this particular question or is somewhat out of date.
I found this post useful, Can Google App Engine Java support TLS>1.0 . This suggests it's not possible, however it doesn't actually answer the question, it just concludes that if its good enough for google it should be fine.
Currently it is not possible to disable this cipher suite for a custom domain on the user end. However, it is possible to file a ticket to the GCP support and ask them to do this for your domain.

Does it cost money to build and deploy an app with Google Apps Script?

I have built an app using Google Apps Script (GAS). It displays a form. When the user submits the form, the submitted data is written to a Google docs spreadsheet. I have deployed the app using the built in Deploy as web app option in the GAS script builder page
What I can't seem to find out is whether it is free to build and deploy web apps using Google Apps Script, or is it the case that one needs to pay?
I did come across a paid service called Google App Engine, but I am not sure if this is relevant to Google Apps Script.
Thanks.
Google Apps Script is a javascript cloud scripting language and it is free to use as long as you do not need higher quotas than defined here: https://developers.google.com/apps-script/guides/services/quotas
If you need higher quotas than listed there - I would suggest you take into consideration to build your own Google Appengine Application for your service.
However if you did not hear about that since now you should first do some examples listed here https://cloud.google.com/appengine/docs - and get familiar with the Platform as a Service Google offers. It is also free of any charge as long as your application applies to the free quotas.
Important fact: Every Google Apps Script has it's own Developers Console Project assigned to it - however it is not neccessary to configure anything on the Console for App Script to work properly. You can review your assigned Appengine Project by
using the Menu: Resources - Developers Console Project... and click on the link that looks similar to this -
https://console.developers.google.com/project/project-id-YOUR_PROJECT_ID

Did Google migrate old Google app to Google cloud?

I am a company admin and have a simple Java app (no backend, just several mostly static pages assembled through tiles) deployed since Google started the app engine. The site went down a couple of days ago. When I log in and go Admin/App Engine Apps page the app shows with the status "Always on". But it's not running and the message on top states "This feature will be moving to the Google Developers Console in Q2 2015. Follow these instructions to get the new permissions you'll need." Instructions are https://cloud.google.com/developers/articles/best-practices-for-configuring-permissions-on-gcp/#h.bgs0oxofvnoo.
But when I go to the dev console under my account - nothing is there. Called support (we are paying for some Google services) and they can't say anything except that now we need to sign up for Silver support at Google Cloud to talk to anybody there. But I am able to configure and deal with the app - I just can't find it anywhere! Any pointers will be hugely appreciated.

Google App Engine Access Cloud Datastore from Different Project

I have been trying to find a solution to accessing a datastore in one project from a different google app engine project. I went through the tutorial on accessing a datastore from a different project's compute engine, however, this is not what I am looking for. What is required here is accessing a datastore on one project from a different app engine project. Has anyone done this successfully? Any ideas?
Cheers
As #Patrice says, this is possible by using the Remote API for Java (or for Python), which lets you access different App Engine services from any other application, as stated in the documentation.
For a more specific information on how to access the Datastore remotely with the Remote API, please take a look at this article from the documentation that explains step by step all the procedure.
Please, take into account that if your Google account is configured to use 2-Step Verification, you will need an App Password that authorizes the app to access your account resources.
there is actually an API that lets you make calls to App Engine services from anywhere, even from another App, as long as the credentials are ok, it's called the "remote API"

How can I use MySQL with Google App Engine?

In my application I want to use MySQL with Google App Engine. I tried to search for solutions but didn't find an accurate answer. Some say its impossible to connect to MySQL, some say that Google Cloud SQL is one of the options.
Does anyone have ideas about the correct approach?
The capability to use MySQL within Google App Engine does exist via Google Cloud SQL. It works with both the Python and Java runtimes.
However, Google Cloud SQL is currently in limited preview. You can see details on how to enroll here.
While you wait to see if you get accepted into the preview, you can check out the instructions for Java and Python.

Resources