Hi,
I try to configure a Google Apps connector.
First I created dropped the google identity connector in the identityconnectors.bundle.directory directory.
After that I was able to create connector. For this connector I used the properties:
Then I created a Resource:
- connector: the previously created Google Apps connector
- UserSchema.username -> Login, true, AccountId checked
- Password -> Password, true, Password checked
- UserSchema.firstname -> givenName, true
- UserSchema.surname -> familyName, true
But: it does not work.
I get the message from Google:
<HTML>
<HEAD><TITLE>Domain cannot use API</TITLE>
</HEAD><BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Domain cannot use API</H1>
<H2>Error 403</H2></BODY>
</HTML>
There is not much other logging that looks relevant. What am I doning wrong here?
Thanks for the help!