We are planning to use the Google Cloud/G Suite Connector by Microsoft to provision Azure AD users into a new Google Cloud Instance.
For consistency reasons, we plan to map users by UPN so that they can seamlessly log into Google Cloud using their same Azure UPN.
However, their Azure AD UPN is non-routable, so can't be used as a day-to-day business email. So we also plan to provision each user with an alias email, which will be used for sending any needed Google Cloud notifications and emails.
Planned configuration:
Azure AD
UPN: ******@nonroutabledomain.com
Email: employee@keyman .com
Google Cloud
Primary Email (ID): ******@nonroutabledomain.com
Alternate Email (Alias): employee@keyman .com
Google Cloud will be configured with both nonroutabledomain.com and domain.com as verified primary and secondary domains.
By looking at the documentation and tutorials about the Google Cloud/G Suite Connector by Microsoft, it's not clear if it's possible to map the AAD Email field directly into the Google Cloud Alternate Email (Alias).
Do you know if this is supported by the app, or what would be the other possible options to achieve that?
Thanks!