Robert Mcgregor

Results 107 issues of Robert Mcgregor

This PR addresses three confounding factors: - The api rate limit for `/api/v1/apps*` is quite low for the number of API actions it is applied to, for dev-*.okta.com instances its...

add plan time validation of required fields when preconfigured_app is unset fixes #2469

## Context: When provided an individual IP address, the Okta Network zone API normalizes to an IP range e.g. `1.2.3.4` => `1.2.3.4-1.2.3.4` ## Proposed Changes: This PR adds diff suppression...

if we get a 404 its because the resource doesn't exist when this happens we should remove the resource from state to prevent a deadlock where a manually replaced resource...

The function `deleteGroupAssignments ` trigger an error if we get a 404 response when we try to remove an `app_group_assignment` If we get a 404 in this circumstance, it can...

fixed a regression introduced in v4.19.0 (a regression introduced by me 🫠) `custom_profile_attributes` were note handled or saved to state correctly

Adds a datasource that can be used to list the scopes supported by the Org Authorization Server This DataSource calls the API endpoint '/.well-known/oauth-authorization-server' This information is useful if you...

the stated use case for app_group_assignments is to explicitly manage all groups assigned to an application This PR allows TF to explicitly manage that no groups should be assigned to...

With the recent v5 release, I figured that now would be a good time to consider making this change We should consider if other internal Okta tooling hard-codes the name...