-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Unable to authenticate with the API.
Expected behavior
sdk.interactive.login_secret(client_id="[email protected]", client_secret="12345678-1234-1234-1234-123456789012", tsg_id=12345678)Current behavior
unable to authenticate
sdk.interactive.login_secret(client_id="[email protected]", client_secret="12345678-1234-1234-1234-123456789012", tsg_id=12345678)
Profile retrieval failed.
Profile retrieval failed.Possible solution
There was a recent change to the scoped permissions, whereas before we would pass scope in our API call as k/v pair scope: tsg_id:12345678 and now it's scope: profile tsg_id:12345678 email
Steps to reproduce
Try to authenticate in the same fashion as detailed in the documentation
sdk.interactive.login_secret(client_id="[email protected]", client_secret="12345678-1234-1234-1234-123456789012", tsg_id=12345678)
Screenshots
Context
unable to authenticate prevents the use of the SDK.
Your Environment
-
Version used: unable to find version, installed via
pip install 'prisma-sase-sdk-python @ https://github.com/PaloAltoNetworks/prisma-sase-sdk-python' -
Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
python3.10 -
Operating System and version (desktop or mobile): Windows WSL2 (Ubuntu 20.04)
-
Link to your project: n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
