Questions tagged [zitadel]

1 questions
1
vote
1 answer

Protecting an Axum app with OpenID and Zitadel

I try to protect an Axum application by using OpenID and Zitadel. I followed quite closely this quickstart and this authentication flow using PKCE. Everything works fine up until this line: let claims = id_token.claims(&client.id_token_verifier(),…
Achim
  • 15,415
  • 15
  • 80
  • 144