We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The organization parameter of the client_credentials flow is ignored.
From the docstring:
organization (str, optional): Optional Organization name or ID. When included, the access token returned will include the org_id and org_name claims
However, if I pass the organization id it's ignored and neither org_id nor org_name shows up in the token.
org_id
org_name
I'm wondering if I need to assign the client app to an organization first but there is no way to do that nor did I find anything related in the docs.
No response
4.7.1
3.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
The organization parameter of the client_credentials flow is ignored.
From the docstring:
However, if I pass the organization id it's ignored and neither
org_id
nororg_name
shows up in the token.I'm wondering if I need to assign the client app to an organization first but there is no way to do that nor did I find anything related in the docs.
Reproduction
org_id
nororg_name
are missingAdditional context
No response
auth0-python version
4.7.1
Python version
3.12
The text was updated successfully, but these errors were encountered: