Skip to content

ArcGIS Portal Authentication with Biometrics #26

@CalebM1987

Description

@CalebM1987

It would be very convenient to Authenticate against your Portal with Biometrics. I think this could be accomplished as a thin wrapper over the AGSPortal in workflow similar to this:

  • instantiate an AGSPortal with url and login required.
    • After the user logs in for the first time, make sure a credential cache is stored in Keychain.
  • Next time the user needs to login, Biometrics can be used using LocalAuthentication to check if fingerprint/face ID is supported and enabled on the device with LAContext.
  • If the touch ID/face ID authentication was successful, fetch the credentials from the Keychain and login, otherwise allow the user to try again or sign in manually with their username and password.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions