Thanks for the help Sahil! I am definitely closer now. It seems that I am directed to the SSO gluu page now and I am able to authenticate, but something is wrong with my attribute?
Google is sending this message after authenticating:
```
This account cannot be accessed because we could not parse the login request.
We are unable to process your request at this time, please try again later.
```
My idp-process.log file shows this:
```
2017-03-15 14:43:53,903 - INFO [org.gluu.oxauth.client.authentication.AuthenticationFilter:51] - Property [oxauth.authorize.url] loaded from oxTrust.properties
2017-03-15 14:43:53,904 - INFO [org.gluu.oxauth.client.authentication.AuthenticationFilter:51] - Property [oxauth.client.id] loaded from oxTrust.properties
2017-03-15 14:43:53,904 - INFO [org.gluu.oxauth.client.authentication.AuthenticationFilter:51] - Property [oxauth.client.scope] loaded from oxTrust.properties
2017-03-15 14:43:58,268 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.authorize.url] loaded from oxTrust.properties
2017-03-15 14:43:58,270 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.token.url] loaded from oxTrust.properties
2017-03-15 14:43:58,274 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.token.validation.url] loaded from oxTrust.properties
2017-03-15 14:43:58,275 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.userinfo.url] loaded from oxTrust.properties
2017-03-15 14:43:58,275 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.client.id] loaded from oxTrust.properties
2017-03-15 14:43:58,275 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:51] - Property [oxauth.client.password] loaded from oxTrust.properties
2017-03-15 14:43:58,549 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:151] - validate check session status:200
2017-03-15 14:43:58,550 - INFO [org.gluu.oxauth.client.validation.OAuthValidationFilter:157] - Session validation successful. User is logged in
2017-03-15 14:43:58,774 - INFO [net.shibboleth.idp.authn.impl.ValidateExternalAuthentication:115] - Profile Action ValidateExternalAuthentication: External authentication succeeded for user: taccount
2017-03-15 14:43:58,783 - ERROR [net.shibboleth.idp.profile.impl.ResolveAttributes:240] - Profile Action ResolveAttributes: Error resolving attributes: Invalid Attribute resolver configuration
2017-03-15 14:43:58,839 - WARN [org.opensaml.saml.common.binding.SAMLBindingSupport:91] - Relay state exceeds 80 bytes, some peers may not support this.
2017-03-15 14:43:58,846 - INFO [Shibboleth-Audit.SSO:241] - 20170315T144358Z|urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect|leipldpfonfifdbilcmaofimogijabfcchcgdnoe|google.com|http://shibboleth.net/ns/profiles/saml2/sso/browser|https://sso.mydomain.org/idp/shibboleth|urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST|_22ef24cbf2c0096f4f5f601b6da334f2|taccount|urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport|||_fdd8a4f90744f022de9c09fc25ced390|
```
Something seems to be wrong with my attribute-resolver.xml file. I am getting the following error in idp-warn.log:
```
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from file [/opt/shibboleth-idp/conf/attribute-resolver.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
```
And the file is completely empty.