0

I'm using Okta for Single Sign On, and I'm trying to figure out how I can script assigning users to specific applications. I am currently syncing with AD so the users are already in their groups, I'm just not sure how to confirm assignments to their apps. Below is the API Documentation. I'm doing this in Python.

http://developer.okta.com/docs/sdk/core/python_api_sdk/api/clients/UsersClient.html

Thanks!

user2019182
  • 295
  • 5
  • 19

1 Answers1

0

It looks like it's not currently supported in the Python SDK, but there is an endpoint where you can assign groups to applications.

remanc
  • 205
  • 2
  • 10
  • Maybe you'll know how to answer this one: https://stackoverflow.com/questions/66540973/assigning-okta-application-to-authorization-server – CodeMonkey Mar 09 '21 at 04:49