See: Description
Class | Description |
---|---|
FacebookIdentityResolverService |
An identity resolver that calls GitHubs's user API https://developer.github.com/v3/users/
It requires that the authentication request includes the scope 'user'
|
To use Facebook as an authentication provider, the OAuth2Authentication needs to be configured to co-operate with the identity resolver like so:
"type" : "OAuth2", "authorizationEndpointURI" : "https://www.facebook.com/dialog/oauth", "tokenEndpointURI" : "https://graph.facebook.com/v2.5/oauth/access_token", "tokenEndpointNeedsAuth" : false, "identityResolverType" : "Facebook", "identityResolverEndpointURI" : "https://graph.facebook.com/v2.5/me", "clientId" : "......", "clientSecret" : "....",
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.