You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working with a local okta server on my machine which obviously doesn't use https, however there's no way to disable the https_check from within my code.
For information, the https check can be disabled in https://github.com/okta/okta-sdk-python with the environment variable OKTA_TESTING_TESTINGDISABLEHTTPSCHECK
I'm currently working with a local okta server on my machine which obviously doesn't use https, however there's no way to disable the https_check from within my code.
okta-jwt-verifier-python/okta_jwt_verifier/config_validator.py
Line 24 in a43bd2f
It seems like a fairly straight forward fix to allow the user to change https_check for the config validator.
The text was updated successfully, but these errors were encountered: