I got the code by calling this in wso2 idp server. "https://localhost:9443/oauth2/authorize/?response_type=code&client_id=xxxxxxxxxx&scope=openid profile&state=xy25q6ghkz&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack"
Then i received the code to my application after user login. Then how i get the user details by this code. What is the WSO2 endpoint to get the user by code after login the user.