DEV Community

Karanbir Singh
Karanbir Singh

Posted on

Using & configuring zitadel for integration with AWS

Introduction

This blog post is primarily related to setting up zitadel cloud account for the post - where I will be explaining the JWT authorizer.

I will skip the obvious setting up a zitadel account part, setting up of zitadel account is very straightforward and simple. Thanks to their great documentation on their site and great discussions over their discord server.

Configuration for client_credentials grant & Jwt type access token

  1. Setup a service user. Setup a service user
  2. Fill in the user details and access token type JWT access token type JWT
  3. Generate Client credentials Generate Client credentials
  4. Copy the client credentials Call the token endpoint as below
  5. Call the token endpoint as below Call the token endpoint as below

Please feel free to reach out to me over Linkedin here for further questions, doubts or suggestions.

Top comments (0)