You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a auth server and using SFDC as idp, in sfdc i have created a app and given the entity id =com.xyz.abc also downloaded metadata and integrated with my code .In my auth server properties file i have given -
idp.enity.id= com.xyz.abc
for single Entity id it is working fine.
now i want to create another app in SFDC and want to give entity id =com.xyz.lmno.shas and in my properties file want to do like this-
idp.entity.id = com.xyz.lmno.shas
finally my property file should contain two entity id's so that i can get the response from my selected app , is it possible to give two or more entity id's in property file ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
I have implemented a auth server and using SFDC as idp, in sfdc i have created a app and given the entity id =com.xyz.abc also downloaded metadata and integrated with my code .In my auth server properties file i have given -
idp.enity.id= com.xyz.abc
for single Entity id it is working fine.
now i want to create another app in SFDC and want to give entity id =com.xyz.lmno.shas and in my properties file want to do like this-
idp.entity.id = com.xyz.lmno.shas
finally my property file should contain two entity id's so that i can get the response from my selected app , is it possible to give two or more entity id's in property file ?
Thanks
The text was updated successfully, but these errors were encountered: