Skip to content

Commit

Permalink
property for profile endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Nov 14, 2017
1 parent 5ea0c9f commit 87065c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/login/resource-oauth2callback.xml
Expand Up @@ -16,6 +16,8 @@ Handle OAuth 2.0 callback
<property name="client_secret"/> <!-- https://developers.google.com/identity/protocols/OpenIDConnect#exchangecode -->
<property name="redirect_uri"/> <!-- INFO: See https://developers.google.com/identity/protocols/OpenIDConnect#exchangecode -->

<property name="profile_endpoint_url"/> <!-- INFO: For exmaple 'https://www.googleapis.com/plus/v1/people/me' or 'https://graph.facebook.com/me' -->

<property name="redirect-landing-page-url"/> <!-- INFO: For example 'my-landing-page.html' -->

<!-- Optional -->
Expand Down

0 comments on commit 87065c4

Please sign in to comment.