Hi We have Appian installed and configured it with SSO for authentication.

Hi
We have Appian installed and configured it with SSO for authentication. I need to capture the authentication success indication and then trigger a web service call / invoke a business process , if the authentication is success.

Please suggest how to get the handle to the method / flag indicating authentication success.
(or)
Is there a way to trigger a business process automatically when the user logs in?

I have gone through the forum and feel that creating a custom Authentication filter may help. but i am not sure of how to do .
Please provide me if there are any samples available,

Thanks in advance

Thanks,
Jhothi...

OriginalPostID-125273

OriginalPostID-125273

  Discussion posts and replies are publicly visible

Parents
  • Hi Aleksi White

    Thanks so much for your help. I am getting clear picture now. Just two questions:
    1) Where do I place my custom Java class for filter ? Will it work if I place the class file in <appianinstallfolder>\\ear\\suite.ear\\web.war\\WEB-INF\\classes
    2) <ref bean="sessionAuthenticationStrategy"/> - org.springframework.security.web.authentication.session.SessionAuthenticationStrategy is an interface in spring framework. Does Appian recommend any specific implementation for this interface?

    thanks
    Jhothi.
Reply
  • Hi Aleksi White

    Thanks so much for your help. I am getting clear picture now. Just two questions:
    1) Where do I place my custom Java class for filter ? Will it work if I place the class file in <appianinstallfolder>\\ear\\suite.ear\\web.war\\WEB-INF\\classes
    2) <ref bean="sessionAuthenticationStrategy"/> - org.springframework.security.web.authentication.session.SessionAuthenticationStrategy is an interface in spring framework. Does Appian recommend any specific implementation for this interface?

    thanks
    Jhothi.
Children
No Data