Not sure at 100%, but I think that for
both values you can just use URI when you want Salesforce to
redirect after authentication. So something like (replace stuff in
braces with values for your environment):
http://localhost:8080/auth/realms/{your-realm}/broker/{your-identity-provider-alis}/endpoint
For some hints, you can see picketlink documentation for
Salesforce integration here
https://docs.jboss.org/author/display/PLINK/Picketlink+as+SP,+Salesforce+as+IDP
. I assume many steps are similar for Keycloak like for
Picketlink.
Marek
On 30.4.2015 08:45, Henk Laracker wrote: