Skip to content

Instantly share code, notes, and snippets.

@srinivasanagandla-okta
Last active August 29, 2015 13:59
Show Gist options
  • Save srinivasanagandla-okta/10497258 to your computer and use it in GitHub Desktop.
Save srinivasanagandla-okta/10497258 to your computer and use it in GitHub Desktop.
MFA API

MFA API

Can be organized as three different areas:

  1. Admin API to setup/manage Factors for their Org
  2. User API to enable Users to enroll/activate/reset Factors
  3. Authentication API that actually performs authN using MFA

Links

Admin API

  1. API Gist ==> https://gist.github.com/srinivasanagandla-okta/c6ac0d920e5f2ad2d527
  2. Flows Gist [TBD]

User API

  1. [API Gist] (https://gist.github.com/srinivasanagandla-okta/66edede6f7c51f7973fe)
  2. [Flows Gist] (https://gist.github.com/srinivasanagandla-okta/f29d80333cbce05553c0)

Authentication API

TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment