Programmatically calling SAML | Community
Skip to main content
Level 2
May 27, 2024
Solved

Programmatically calling SAML

  • May 27, 2024
  • 1 reply
  • 584 views

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gkalyan

@saibul2 

You can try to create a custom authentication handler that extends the default SAML authentication handler.

1 reply

gkalyan
Adobe Champion and Community Advisor
gkalyanAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
May 28, 2024

@saibul2 

You can try to create a custom authentication handler that extends the default SAML authentication handler.