okta / okta-sdk-python

Apache License 2.0
229 stars 143 forks source link

Reading OKTA Applications does not include configuredAttributeStatements #374

Open mdrdannyr opened 9 months ago

mdrdannyr commented 9 months ago

When reading from OKTA API, SAML Applications that have preconfigured attribution statements are stored within 'configuredAttributeStatements'.

This is currently not passed to the results var when using get_application

Created a PR that fixes the issue: https://github.com/okta/okta-sdk-python/pull/373

mdrdannyr commented 9 months ago

The PR comment includes more details