Pyas Docs
  • 📖Getting Started With Pyas
  • Fundamentals
    • 📦Pyas Apps
    • 📦Provider Apps
    • 🔒Pyas Auth vs Native Auth
    • 🛠️Getting set up
      • 🧑Inviting Team Members
      • 📦Creating an App
      • 🔒Setup Authentication
        • Pyas Auth
        • Native Auth
          • Create a Google App
          • Create an Azure App
          • Create a Zoom App
        • 🔗Connect an Account
      • 🪝Create Webhooks
    • ✨Connected Accounts
      • Zoom
  • REST API Reference
    • Introduction
    • API Authentication
    • Google Calendar
      • 🔒Auth
      • 🗓️Calendars
      • 🕢Events
    • Microsoft Outlook
      • 🔒Auth
      • 🗓️Calendars
      • 🕢Events
    • Zoom
      • 🔒Auth
      • 🕢Meetings
  • Get the Postman Collection
Powered by GitBook
On this page
  1. Fundamentals
  2. Getting set up
  3. Setup Authentication

Pyas Auth

Configure Pyas Authentication

PreviousSetup AuthenticationNextNative Auth

Last updated 2 years ago

After you create an app, you should go ahead and configure the authentication settings. Below are the steps to configure Pyas Auth.

  1. From your app view, click on the Settings tab.

  2. Then, click on the Authentication tab.

By default, the Pyas Auth option is enabled for all providers.

  1. The next thing you'll need to do is update the redirect URL for each of the providers. Pyas will redirect users to that URL after they allow access on the consent screens. A code param will be passed in the URL, which you will need in order to complete the account connections.

  2. After you add the redirect URLs, click the Save Pyas Auth Settings button.

Your Pyas Auth configuration should now be saved.

🛠️
🔒