x509 logout
Hi,
We have configured x509 for smart card authentication with EBS successfully where user gets prompt for certificate and then for pin while login to EBS application.
We have written a java program which runs as process on user desktops so whenever user pulls out the card, logout url will get invoked itself and users gets logged out from application without clicking on logout in application.
I have set logout url in java program as http://<host:port>/OA_HTML/AppsLogout
I have issue with logout where it is again asking for smardcard and pin when user pull the card for logout.