Is OpenID Connect dynamic registration available with salesforce.com?

My team is creating the infrastructure that developers will use to build their OpenID Connect Relying Parties applications. The first vendor we would like to support is Salesforce. SFDC has a page for users to register their application as a relying party, but we would like to do this programmatically using the OpenID Connect Dynamic Registration process.

I could not find the SFDC registration endpoint . Their detection endpoint does not return them. Is it possible to dynamically register the OpenID Connect relying party with salesforce.com? If so, what is the URL and where is it documented? Thanks.

+1
source share
1 answer

Dynamic registration is not currently supported by Salesforce OpenID Connect; they restrict registration for clients managed by their clients / users, such as banks of major suppliers, therefore they only offer client registration through the graphical administrator interface after entering the client system.

+1
source

All Articles