function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Antonino_CupiAntonino_Cupi 

Auth. Provider Open Id Connect

Hi all,

I'm new about Oauth flow in Salesforce, I created an Auth Provider with a custom Open Id Connect Provider. When I test the connection with Test-Only Initialization URL created from Salesforce, it shows me a screen with these informations:

<user>
<org_id>00D0N000001ONti</org_id>
<portal_id>000000000000000</portal_id>
</user>

1) Why doesn't it retrieve more informations about the user?
2) I inserted manually in the Auth Provider configuration the Consumer Key and the Consumer Secret for a specific user. How can I implement an automatical process that recognize the user that is making the request and automatically retrieve the consumer key and secret of the user ?

Thanks,

Antonino