Oracle APEX Authentication with Microsoft Azure Active Directory
Welcome back to the Social Sign-In blog series! In this installment, I explore the process of configuring Authentication between APEX and Azure Active Directory.
Unlike the previous blogs, I will be focusing solely on this particular aspect and savin...
mattmulvaney.hashnode.dev5 min read
Jakub Dobruchowski
Oracle APEX & PL/SQL Developer at Pretius Low-Code
It seems to no longer work like described . Now you need to do l_clob := apex_web_service.make_rest_request( p_url => 'graph.microsoft.com/v1.0/me/memberOf', p_http_method => 'GET' );
and get the groups from l_clob . Remember to add Additional User Attributes : memberOf otherwise there will be Token errors