Accessing user attributes in login flow views

Cantor, Scott cantor.2 at osu.edu
Mon Jul 23 12:59:04 EDT 2018


> For that we do something like:
> 
> conversationScope = requestContext.getConversationScope();
> 
> conversationScope.put("duo_realuser", username); etc.
> 
> Then it's available later with a get.

Right, thanks for saving me the need to dig up a sample.

-- Scott



More information about the users mailing list