• Josip Juric
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi there,

we are trying to connect our customer's SF Org with its internal OpenID IdP.

Everything has been set up, the Auth.RegistrationHandler is (for testing purposes) returning always a hardcoded user. Still, when trying to login with the OpenId, the user is redirected to the standard SF login page, with the message "You have attempted to access a page that requires a Salesforce.com login. If you are already a user of the system, please log in below."

The test-endpoint URL is returning the following:
<user>
    <org_id>(The Org Id)</org_id>
    <portal_id>000000000000000</portal_id>
</user>

What could be the problem?
Hi there,

we are trying to connect our customer's SF Org with its internal OpenID IdP.

Everything has been set up, the Auth.RegistrationHandler is (for testing purposes) returning always a hardcoded user. Still, when trying to login with the OpenId, the user is redirected to the standard SF login page, with the message "You have attempted to access a page that requires a Salesforce.com login. If you are already a user of the system, please log in below."

The test-endpoint URL is returning the following:
<user>
    <org_id>(The Org Id)</org_id>
    <portal_id>000000000000000</portal_id>
</user>

What could be the problem?