Hi Michael,
I could find out that the owner of the object is _SYS_REPO so I cannot actually logon with this userid to grant the privilege. Security guide tells me that I need to use a stored procedure to grant the privilege. However, I have been having difficulty executing the same:
call "_SYS_REPO"."GRANT_APPLICATION_PRIVILEGE"('"sap.hana.xs.admin.db::samlProviderSelect"::"Execute"','DBA')
Result is invalid CHAR or VARCHAR. Iam trying to find out exactly how to use this procedure.