okta-auth-swift icon indicating copy to clipboard operation
okta-auth-swift copied to clipboard

okta-auth-swift

Results 7 okta-auth-swift issues
Sort by recently updated
recently updated
newest added

**Important:** The Backend takes into account only `deviceToken`. If it exists then the backend perceives `rememberDevice` as `true` all the time. In other words, `rememberDevice=false` is being ignored on backend...

### Describe the feature request? Is there really no way, using the mobile SDK, for an authenticated user to change a non-expired/non-warning password? ### New or Affected Resource(s) okta-auth-swift SDK...

enhancement

### Describe the bug? We are implementing a custom MFA UI and are using resend code or one time passcode. We are successful in using resend code. However we are...

help wanted

In order to make "rememberDevice" work, user needs to send deviceToken in /authn API. Currently, OktaAPI.primaryAuthentication() supports "deviceToken" parameter, however, public function OktaAuthSdk.authenticate() does not. Should add it to enable...

enhancement
help wanted

Added ability to pass device token and device fingerprint from app that references this SDK. ### Problem Analysis (Technical) For "global sign-on policy - prompt for MFA once per device"...

**Describe the bug** There is no way to enroll a different phone number after you enroll a first phone number in SMS MFA. There is an updatePhone flag that needs...

enhancement

### Problem Analysis (Technical) Users were locked to only being able to use one phone number for MFA SMS. You get a 400 from the authn api when providing a...