I have an APEX application written in 22.1 that uses SAML sign-on. Authentication is working, but I am needing to obtain additional attributes from the SAML response like given name, surname etc.
Is there a way (preferably using PL/SQL) to obtain the response and parse out these additional attributes?