Atlan Release Notes Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

See the latest new features, improvements, and product updates

Labels

  • All Posts
  • Assets
  • Glossary
  • Insights
  • Workflows
  • Governance
  • Admin & Integrations
  • Reporting Center
  • Developers
  • Fix
  • Improvement
  • New

Jump to Month

  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
Admin & Integrations
today

OAuth clients- a new way to leverage API access on Atlan

🎉 What's new

Introducing OAuth Clients in Atlan! You now have a more secure, scalable way to generate API tokens using client credentials—designed for modern authentication flows. With short-lived tokens and tighter control, this enhancement brings enterprise-grade security and flexibility to your integrations.

✨ Let's dig deeper

Head over to the Admin Center → API Access → OAuth Clients tab to get started.

Here's how the new OAuth flow works:

  1. Create a new OAuth application
    You’ll receive a Client ID and a Client Secret after setup.
  2. Secure your secret
    The Client Secret is shown only once at the time of creation. Make sure to store it securely—it's not retrievable later.
  3. Generate short-lived access tokens
    Use the Client ID and Secret to request an API token. These tokens are time-bound, ensuring better security.
  4. Regenerate anytime
    If the token expires, you can use the same client credentials to fetch a new one. No need to manually reset or rotate tokens unless needed.

This approach gives you:

  • 🔒 Improved security via short-lived tokens
  • 🔄 Repeatable generation without friction
  • 🛠️ Better control over API access points in Atlan

Tip: Use this flow when integrating Atlan with internal apps, pipelines, or external orchestration tools.

👏 Give it a shot

Create your first OAuth Client in the Admin Center and experience more secure and manageable API authentication. As always, we’d love your feedback on how this fits into your workflows!