Hi,
I’m trying to integrate my SPA with Okta. My app will use the user’s groups for internal authorization. I’m trying to use the org authorization server to keep the configuration as simple as possible for my clients. My app uses the auth code flow, and PKCE. I understand that this flow will return ‘thin’ tokens, and I need to call the /userinfo endpoint. However, when I do that, I still don’t get the groups back.
The scopes in my initial login request are “openid email profile offline_access groups”. I’ve confirmed these scopes are reflected in the access token.
My groups filter is ‘matches regex * ’ and I have a group assigned to my app.
Result from /userinfo:
Is there any other configuration required to get groups from the org auth server?
Thank you,
John

