I’ve worked through the major issues I was asking about here:
Now a much more specific question in this realm:
Is it possible to get the IP of a user during the login process?
I’m hoping specifically that I can access the IP when this method from AbstractUserSourceProfile is called:
public AuthenticatedUser authenticate(AuthChallenge authC) throws Exception
The AuthChallenge in the argument appears to only contain the username and password, so that is a dead end. Is there maybe a way to wring this information out of the GatewayContext?