I see there is an API for updating a application so it has a group assigned:
Is there a way to do this with the Okta C# SDK. Methods on the Groups/Applications seem to be lacking anything regarding assigning groups, or am I missing something?
I see there is an API for updating a application so it has a group assigned:
Is there a way to do this with the Okta C# SDK. Methods on the Groups/Applications seem to be lacking anything regarding assigning groups, or am I missing something?
Hello,
I believe client.Applications.CreateApplicationGroupAssignmentAsync is the method that would do this.
@grantdperkins Hi, are you using the Okta dotnet SDK?
Here is the usage guide.
Please check