Build a Basic CRUD App with Angular 5.0 and Spring Boot 2.0

Stephane

Hi, I have followed this blog to create my own application and added a profile page as per the example in https://github.com/okta/sam…. And this works great.

Then I wanted to have access to the user profile data such as the first name and couple of customer attributes that I have created. But they are not returned when calling the function this.oktaAuth.getUser(). What does need to be done in order to get this information?

Thank you!