• KRISHNA REDDY PEDDANAGAMMOL
  • NEWBIE
  • 5 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

I am unable to move forward with the Module ''Set up Social Sign-on Unit'' (https://trailhead.salesforce.com/identity/identity_external/identity_external_social) in Trailhead as the challenge is to set up a Google Social Sign-on, however it seems that the Registration Handler provided is for Facebook rather than Google. Is someone able to provide some support /suggestions on this so I can move forward please? 

Registration Handler provided: https://github.com/salesforceidentity/IdentityTrail-Module3 and use Module3RegistrationHandler.cls

 

Hi All,
Below is my code of VF page that i am rendering from another page via link :
Visualforce Page: Hierarchy_Clone 

<apex:page standardController="Account" showHeader="true" sideBar="true">
<apex:form > <c:HierarchyTree currId="{!Account.id}" />
</apex:form>
</apex:page>

But i am not getting a desire page because its not opning with sidebar and header.please suggest how to solve this issue.