I want to implement this code on my servlet:
IdentityProvider.getService().getAuthorizedUser(otagtoken);
However I am able to locate this resource (IdentityProvider) - is there a jar available that I can download? Preferably a maven dependency I can register.
Thanks,
Brian