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
When I tried to set the require_consent value with False, it did work.
It's an issue with the API call in the multipass client. I'm filing a PR to solve this issue.
This will never work:
from foundry_dev_tools import FoundryContext, JWTTokenProvider foundry_token = "YOUR_TOKEN" foundry_host = "YOUR_HOST" client_id = "CLIENT_ID" ctx = FoundryContext( token_provider=JWTTokenProvider( jwt=foundry_token, host=foundry_host ) ) ctx.multipass.api_enable_third_party_application( client_id=client_id, operations=[], resources=[], require_consent=False, ).json()
Expected behaviour:
No response
MacOS
3.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue checklist
Description of the bug
When I tried to set the require_consent value with False, it did work.
It's an issue with the API call in the multipass client. I'm filing a PR to solve this issue.
Steps to reproduce this bug.
This will never work:
Expected behaviour:
Log output
No response
Additional context
No response
Operating System
MacOS
Your python version
3.10
The text was updated successfully, but these errors were encountered: