we have aem-6.5.20 on-prem version managed by AMS
currently we have saml integration for static page paths as below
/content/mysite/eu/en/private-portal
/content/mysite/eu/de/private-portal
/content/mysite/eu/fr/private-portal
We configured in saml section in configMgr with Synchronized Attributes . it is working as expected till today
Now our new use-case is we wanted to do sso for dynamic page paths instead of static page paths.
We have login button in header section of all pages. if user clicks on login button then we need to do saml authentication programmatically and do the sso. Also we need to get the Synchronized Attributes from com.adobe.granite.security.user.UserProperties object.
In this case i need to remove the saml config from configMgr. Not sure how to start and where we need to pass certalias key programmatically.
Thanks in advance for your solutions and suggestion.