I have an Azure AD connection set up and when I run the connection from the Enterprise Connections dashboard, it works as expected.
However, when I integrate the application, what I’m seeing is a single text box with an email icon next to it. When I type in the email, I can see two requests go out to Gravatar (both return 404 since my test user does not have a Gravatar account), but I do not see any requests or errors otherwise. When I click LOG IN, no action occurs and no requests are generated. If I use an email address with a known Gravatar account, the requests return 200 and the avatar updates, but still no action on LOG IN.
I have verified the clients from the Enterprise Connection client configuration page to make sure it is enabled.
I have also verified that the client Connections tab that the connection is enabled.
Tested first with IE9, then with FF current; same behavior in both cases. Traced with Fiddler as well as the built in dev tools; only the Gravatar requests are going out.
Any hints?