diff --git a/docs/GOOGLE.md b/docs/GOOGLE.md
index 35a7ca8cc9b8a38626f95b5c70434477e876a465..e3b6e141aa7fe37486227983bd7095fea17e81c7 100644
--- a/docs/GOOGLE.md
+++ b/docs/GOOGLE.md
@@ -38,13 +38,17 @@ requires the least configuration.
    ],
 ```
 
-and then you can map the ODIC attributes to regular friendly names in your `authprocs`.
+and if are using this with a SAML IdP then you can map the OIDC attributes to regular friendly names in your `authproc` section of `saml20-idp-hosted.php`.
 
 ```php
+    // saml20-idp-hosted.php
+$metadata['myEntityId'] = array(			
     'authproc' => array(
         // Convert oidc names to ldap friendly names
         90 => array('class' => 'core:AttributeMap',  'authoauth2:oidc2name'),
     ),
+   // other IdP config options
+)
 ```
 
 ## Resitricting hosted domain