As I observed when the service provider name and the issuer name in service
provider configurations are different it does not pick the configurations
from the database.

That is because of passing service provider name for CLIENT_ID in the
following query.

"SELECT APP_NAME  FROM IDN_APPMGT_APP INNER JOIN IDN_APPMGT_CLIENT ON
IDN_APPMGT_APP.ID = IDN_APPMGT_CLIENT.APP_ID  WHERE CLIENT_ID = ? AND
CLIENT_TYPE = ? AND IDN_APPMGT_APP.TENANT_ID = ? AND
IDN_APPMGT_CLIENT.TENANT_ID=?";

Just want to know whether this is the intended behavior.


-- 
Prasad Tissera
Software Engineer.
Mobile : +94777223444
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to