social-app-django icon indicating copy to clipboard operation
social-app-django copied to clipboard

Question: How to request groups scope with Okta backend

Open JOJ0 opened this issue 6 months ago • 0 comments

It might be a dumb question, but I can't find a dedicated configuration explanation in the docs for Okta.

I see that with an OIDC backend it would work like this:

SOCIAL_AUTH_OIDC_SCOPE = ['groups']

as described in https://python-social-auth.readthedocs.io/en/latest/backends/oidc.html#scopes

What do I have to set in my Django config for an Okta backend (https://python-social-auth.readthedocs.io/en/latest/backends/okta.html)

Thanks in advance!

JOJ0 avatar Jun 17 '25 07:06 JOJ0