DEV Community

Alec Dutcher
Alec Dutcher

Posted on

AZ-400: Design and implement an authentication strategy

Guidance for authentication

  • Different authentication types work best with different application types
  • Personal Access Token (PAT)
    • identifies you, your accessible organizations, and your scopes of access
    • should be treated and used like a password
    • also used to configure the cross-platform CLI
  • OAuth
    • useful for authenticating apps for REST API access
  • Avoid IIS Basic Authentication
    • prevents use of PATs
    • breaks Git, because it requires PATs

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay