Hi Team,
We want to implement groups in our app. Can you please help in implementation of it. Currently in scope i have included groups but i did not get anything. Please help with example for Nextjs app with next-auth.
Thanks!
Hi Team,
We want to implement groups in our app. Can you please help in implementation of it. Currently in scope i have included groups but i did not get anything. Please help with example for Nextjs app with next-auth.
Thanks!
You mention using the groups scopes, but from which authorization server (issuer) is your application requesting tokens?
https://oktaDomain/oauth2/{authorizationServerId} is a groups scope AND claim configured for that authorization server?Yes, It is through Organization authentication and want to fetch the groups associated with the user.
Yes, I have given the same permissions.
Have you tried sending the Access Token your application received to the Userinfo endpoint? See this article for more information about why this may be necessary