-
Notifications
You must be signed in to change notification settings - Fork 9
[Feature] Added Outbound App Functions #621
New issue
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
Conversation
Coverage reportThe coverage rate went from
Diff Coverage details (click to unfold)descope/auth.py
descope/mgmt.py
descope/management/jwt.py
descope/management/common.py
descope/management/fga.py
descope/management/outbound_application.py
|
|
@gaokevin1 is there a reason why the create/update functions missing many outbound application params? |
orius123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
I just tested the inbound app functions and those work well. @guyp-descope I cannot approve my own PR, but please approve this and let's merge this ASAP. |
Related Issues
Fixes https://github.com/descope/etc/issues/11531
Related PRs
Description
Added outbound app management functions, along with user/tenant token retrieval functions to the Python SDK.
This will be used by the MCP Python SDK to fetch outbound app tokens.
This PR also include the functionality for fetching outbound app tokens by using inbound app tokens with scope "outbound.token.fetch"
Must