we have a usecase to do dynmically check the SAML authentication for a page. The page will get dynamic assetpath from the selector from url. based on the asset path we need to do saml authentication.
We dont want to add the path in saml config in configMgr because the page will act as public for anonymous user and sometime not
we do saml authentication for azure and below is the format.
https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxx/saml2
what is the better way to handle.
Any sample java code to do saml authentication would be appreciated.