Skip to content

feat: add tools to assign users and groups to applications - #65

Open
mjdavidson wants to merge 1 commit into
okta:mainfrom
mjdavidson:feat/app-assignment-tools
Open

feat: add tools to assign users and groups to applications#65
mjdavidson wants to merge 1 commit into
okta:mainfrom
mjdavidson:feat/app-assignment-tools

Conversation

@mjdavidson

Copy link
Copy Markdown

There was no way to assign an application to a user or group, so an app built through the server could not have anyone assigned to it. Adds assign_user_to_app and assign_group_to_app (gated okta.apps.manage).

Tests: tests/test_app_assignment.py.

There was no way to assign an application to a user or group, so an app built
through the server could not have anyone assigned to it — blocking any
end-to-end SSO setup that needs an assigned principal.

Add assign_user_to_app (POST /api/v1/apps/{id}/users) and assign_group_to_app
(PUT /api/v1/apps/{id}/groups/{groupId}), both gated on okta.apps.manage and
using the existing SDK client. Includes scope registry entries and README
updates.
@mjdavidson

Copy link
Copy Markdown
Author

@manmohan-shaw-okta @BinoyOza-okta i raised a few PRs, how do I get them reviewed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant