hi, i have created a custom widget and in the initial load i need to show the arcgis portal login page. after successful login i need to redirect the page to my application. i have successfully don this in my developer version but when i am deployed this in my local server its not working. anybody have any idea?
actually the login process i have implemented in the custom widget is to get the current user's groups from portal. when i use
The props.user object available to all custom widgets should contain all of the information about the user on the Portal. props.user.groups should contain an array of all the groups the user is a member of.