Co-Auth: Documentation
WebsiteDocumentaionGithub
  • 🏠Welcome to Co-Auth Documentation
  • Getting Started
    • Co-Auth Modules & Release Status
      • Time Based OTP
      • Reconfirm
    • Architecture
      • Components Flow
      • Integration Overview
        • Integration with Co-Auth
      • Tech Stack
    • Requirements & Prerequisites
    • Installation
      • Setup as a Test / Dev environment
        • Test Setup on Red Hat OpenShift
        • Test Setup on Kubernetes
        • Cloud Provider
        • Development Setup
      • Setup on Production
  • using COAUTH
    • 🕐Key Concepts
  • API
    • 🕐Overview
    • 🕐API Documentation
  • Advanced Topics
    • Customization
      • Database
      • 🕐Caching
      • Good to Have
  • contribute to CoAuth
    • Contribute
    • Setup a Build Environment
  • Usecases
    • 🙂Articles
    • Implementation Use Case
      • 🕐2nd Factor for Authentication
      • 🕐Securing Internal Pages
      • 🕐Transaction verification
      • 🕐Safeguard from MTM, Keystroke attacks
      • 🕐QR are not just for Login
  • administration
    • 🕐Coming Soon
  • Group 1
    • Behind the Scenes
      • Sponsors
      • Adopters
      • Core Contributors
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Architecture

Integration Overview

Below are high level overview of steps to integrate with Co-Auth

  1. Create an application and API key on Co-Auth

  2. Call Co-Auth generate request API from your Backend server (with the authorization mode you want for the page) to generate a token

  3. Include an Iframe and pass the token

  4. Co-Auth will take care of rest of the flow. Once transaction is complete. Co-Auth iframe will make a callback to your parent window to proceed with transaction

  5. Now in your transaction processing api, call status API of Co-Auth to check, if the authorization was successful.

Thats how simple it is to add authorizations to your transactions anywhere across any of your applications.

PreviousComponents FlowNextIntegration with Co-Auth

Last updated 1 year ago

Was this helpful?