Open sgal-dm opened 1 year ago
Thanks @sgal-dm . We'll have to investigate and prioritize this onto our 4.1 and/or 5.0 release plans. Okta internal reference: https://oktainc.atlassian.net/browse/OKTA-601942
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days
Not stale.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days
Not stale
@sgal-dm I have the PR ready but it will be a breaking change so it will have to wait for v5
Awesome thanks for the update and the work @duytiennguyen-okta!
Community Note
Description
Add support for dynamic IdP routing rules. The existing behavior is the provider can only manage specific IdP routing rules, it doesn't appear to monitor the API attributes involved in specifying specific vs dynamic, as a rule can be manually changed to dynamic in the admin console without those changes showing up on plan/apply operations.
New or Affected Resource(s)
selection_type
string
with a default value of SPECIFIC so existing code for specific rules is unaffected.actions.idp.idpSelectionType
in the API data structure.provider_expression
string
with a default value of null.actions.idp.matchCriteria.providerExpression
in the API data structure.Potential Terraform Configuration
References