okta-sdk-python
okta-sdk-python copied to clipboard
Modify code generation templates to emit events in the request and response pipeline. This will enable us to inject custom Okta related functionality at appropriate points during API calls.
Hello, authenticationMethods field is missing in okta/models/possession_constraints? https://github.com/okta/okta-sdk-python/blob/master/okta/models/possession_constraint.py but visible in raw api `https://tenant-admin.okta.com/api/v1/policies//rules` eg (you can test via gui by clicking ``` Authentication methods->Allow specific authentication methods ``` Could...
Hello, well not much to say really. userVerification field is missing in okta/models/possession_constraints? https://github.com/okta/okta-sdk-python/blob/master/okta/models/possession_constraint.py but visible in raw api `https://tenant-admin.okta.com/api/v1/policies//rules` eg ``` "actions": { "appSignOn": { "access": "ALLOW", "verificationMethod": {...
This PR fixes https://github.com/okta/okta-sdk-python/issues/363 (Access token expiry not handled when using OAuth 2.0) by adding logic to expire and renew the access token when using OAuth 2.0 to authenticate with...
While fetching and reading logs, we began hitting an unhandled exception of ``` ValueError: 'CERTIFICATE' is not a valid LogCredentialType ``` We determined this was from recently deploying FastPass and...
`flatdict` is an unmaintained package which only supports up to Python 3.9 (which will stop being maintained in 10/2025). Please remove this dependency. This issue was brought up and then...
Calling zone API (list_network_zones()) on my OKTA preview tenant with default zones in it: Getting exception from the API call: ```python okta_api.errors.okta_errors_generic.OktaGenericError: 0 ``` From the debugging it's clearly seen...