Okta spring angular

Hi, I have implemented login in angular with okta and it works fine, I can see the methods I call from my backend in spring. My problem is in the moment when I need to get the user authenticated at that moment with oidcUser, I don’t understand if I need another okta app connected with spring, otherwise how does spring know the authenticated user at that moment ? can someone help me please? thank you!

I believe you are looking for the /userinfo endpoint. You can find more information on this here.