Hello
I am extending OAuthClientBase class to support custom external login that works fine. OAuthClientBase has exposed only UserData object that doesn't hold User's approval status and Roles. How can i set the approval status as true and add custom roles? Can this be possible in overriding GetCurrentUser method? Thanks.