Hi,
I'm a newbie with SSO. I'm implementing an OIdC on my web app which is built with dropwizard and react, and I have published it
here. My app has a Login button that will call the IdP, like Okta. After the user is authenticated, I can see the user's profile is being printed in the oidcClient.setAuthorizationGenerator. But when the frontend calls GET /users endpoint (after the user has been authenticated), the user profile is empty. I cannot figure out what I am missing.
I would really appreciate your help.
Thanks,