i have a question for WSO2 experts, maybe some devs from this team could also help.
i'm looking for any tutorial, example or step-by-step description of how to create, deploy and use custom identity authenticator in WSO2. of course this should be compatible with newest WSO2 server (5.0), so exmaple from link doesn't fit in.
i know that i should implement AbstractApplicationAuthenticator and i know that there is authenticator.xml where i could put my custom implemetation. but what about application-authentication.xml ? is this all configuration file? how i can make my Service Providers to work with this new authenticator but leave admin console of Carbon server working with default login mechanism ?
thank you for any ideas