I've using Azure Active Directory to drive SSO to Google Apps.
Following this tutorial I've completed all setup: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-saas-google-apps-tutorial
However, when I try to login with a user I receive the following error:
AADSTS65005: Invalid resource. The client has requested access to a resource which is not listed in the requested permissions in the client's application registration. Client app ID: {GUID}. Resource value from request: . Resource app ID: {GUID}. List of valid resources from app registration: .
App Registration Required Permissions
Resultant error on login to Google Apps
Provisioning works and the SAML auth has been tested and is successful - any help is much appreciated!