I'm wondering how I could disable the access to /identityservices/* and to other opensso / openam servlets.
The thing is that I wrote my own authentication module for strong authentication. The fact that /identityservices/* allows to obtain a token.id with only username and password is not secure enough in my case, and I would like to disable it.
I think I can disable it by changing opensso / openam web.xml, but I wonder if there is any "smarter" way to do it.
Any suggestion ? Thanks for help