Hi, I have a requirement to add role based authorization for some secure
pages. I want to set a property for pages called "Security Groups". This
property will contain group names which shall have access to that page.
I have configured SAML authn handler with Okta IDP . After login when
SAML response is submitted to AEM ACS url , viz -
/content/****/saml_login , I want to read the "Security Groups" from
page property and groups of loggedin user from SAML response , and if
there is a match betwee...