okta / okta-sdk-python

Apache License 2.0
239 stars 142 forks source link

add signed_nonce userfactor type #414

Closed bryanapellanes-okta closed 3 months ago

bryanapellanes-okta commented 3 months ago

Note - failing tests appear to be environment related and should be addressed with future work; tests pass locally.

lboynton commented 3 months ago

Does this partly fix https://github.com/okta/okta-sdk-python/issues/311#issuecomment-1520814334, specifically the KeyError('signed_nonce') error that occurs when FastPass is enabled?

bryanapellanes-okta commented 3 months ago

@lboynton It should at least partly fix the problem described in #311 . It isn't clear if the entirety of the problem described there will be resolved, so we'll leave it open for now until we get further feedback.