15 likes
·
7.9K reads
22 comments
Awesome as always Jon!
Just what I needed
Thank you Jon. Just to confirm, if I do not set up the access policies as you outline above, the app registration credentials will automatically allow the viewing of users' emails and calendars?
Thanks again.
Just seems like this is not applying the principle of 'least privileges' for access.
I noticed in your list 365 apps you didn’t mention WORD. Is this because we can’t use any available APIs for WORD or no one thinks there’s a need for that. We currently considering the new AOP add on. We aren’t using Office with that. Thanks.
Hi, the MS Graph APIs only cover Office 365 services, like email, calendar, SharePoint, etc. They do not cover Office 365 products like Word, Excel, PowerPoint, etc. If you need to generate Word or Excel Documents, then I would recommend APEX Office Print.
Hi Jon,
I am getting
{"error":{"code":"InvalidAuthenticationToken","message":"Access token validation failure. Invalid audience.",
error when calling users API. Followed same steps. Please help
Hi Jon,
Thank you.
Didn't you have to set up ACL rules and wallet to make the test work?
Jon Dixon Hola Jhon Tengo mi cuenta en Oracle Cloud, con una instancia limpia, en la cual Instale Oracle 21c Expres y APEX 23.2, pero no me permite integrarme para autenticarme con Azure AD ni tampoco me deja enviar correos a través de mi servicio de correo de Office 365, voy días intentando e intentando, pero no me sale.
Me solicita habilitar ACL y Wallet, donde puedo encontrar como configurar esto.
Hi Jon, I just stumbled over your post.
We were working on an MS Graph SDK for PL/SQL some time ago and put it on GitHub, could be interesting for you.
Hi Jordan, You must write a REST Source Plugin for pagination using REST Data Sources blogs.oracle.com/apex/post/apex-181-early-…. I haven't gotten my head around how to do that yet, so currently, I use PL/SQL to fetch data in a loop. I either use a PL/SQL pipelined table function or add data to an APEX Collection.
I'm getting ORA-29024: Certificate validation failure, right after clicking "next" in the first screen of create REST data source.
Hi, You will need to import the SSL certificate into a database wallet and reference that wallet from APEX. See this post for details blogs.oracle.com/apex/post/apex-https-cert…
Thank you! Working on that.Jon Dixon
Hi, everything worked exactly as you described, every single step, however the last step (restful test operation button) says: "Found no data while parsing the service response". Any help please? Nehemias Arias
Hi, Disregard last comment/question. Everything working perfectly. Thank you!!! Moving to next article now. Nehemias Arias