[Feature] Added Outbound App Functions#621
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? |
|
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